/* CSS Document */

.popup {
	position:absolute; top:10px; left:20%;
	width:566px; z-index:1000;
	padding:0px; border:0px; margin:0px;
}
.popupTitle{
	background-image:url(http://images2.moneysavingexpert.com/images/popup_purple.gif);
	background-repeat:no-repeat; height:53px; width:566px;
}
.popupContent{
	padding:10px;
	border-bottom:1px #980B8C solid;
	border-left:1px #980B8C solid;
	border-right:1px #980B8C solid;
	background-color:#FFFFFF;
}
.popupTitle h1 {
	text-align:center;
	size: 12pt;
	color:#FFFFFF;
	margin:0px;
	padding:5px;
	border:0px;
	
}
.popupTitle h3 {
	text-align:center;
	font-size: 18pt;
	color:#FFFFFF;
	margin:0px;
	padding:5px;
	border:0px;
	
}
.popupCloseBox{
	width:100%;
	text-align:center;
}

.abbreviation {
	border-bottom:dotted #0000EE 1px; 
	cursor:pointer;
	color:#0000EE;
}