/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {
	height:400px; 
	width:600px; 
	background-color:#fff; 
	border:8px solid #006699;
	font-family: Verdana;
	font-size: 8pt;
	padding-top: 20px;
}
#simplemodal-container a.modalCloseImg 
{
	font-family: Tahoma; font-variant: small-caps;
	font-size: 9pt;display:inline; z-index:3200; position:absolute; top:10px; right:10px; cursor:pointer; background-color: #ccc; padding: 5px;border: solid 1px #000;}
#simplemodal-container a.modalCloseImg:hover 
{
	background-color: #000;
	color: #ccc;
}
#simplemodal-container #basicModalContent {padding:8px;}
#modalTitle {
	margin-bottom: 10px;
	font-size: 20px;
	color: #003366;
	text-align: center;
	font-weight: bold;
}
.modalSectionHeader {
	background-image: url(/images/bulletOrange.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #006699;
	border-bottom: 1px solid #CCC;
	display: block;
	font-weight: bold;
}

