body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #f4f4eb;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=75);
        }
.white_content {
	display: none;
	position: absolute;
	top: 15%;
	left: 10%;
	width: 70%;
	
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	border: 5px solid #CCCCCC;
}

.header {
	text-align: right;
	vertical-align: bottom;
	padding: 5px;
	background-color: #F4F4EB;
	width: 522px;
}
.header .whatsthis {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}


#content {
	background-color: #FFFFFF;
	width: 500px;
	border: 4px solid #CCCCCC;
	text-align: left;
	padding: 10px;
}
#content .closewindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	line-height: normal;
}

#content h1 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	margin: 15px 0px 0px;
	padding: 0px;
	color: #000000;
}
#content h2 {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 18px;
	margin: 0px;
	color: #999999;
}
#content h3 {
	font-size: 18px;
	letter-spacing: -1px;
	color: #009900;
}
#content .refInfo {
	display: none;
}

#content .form1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #efefef;
	border: 1px solid #CCCCCC;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
}
#content input {
	font-size: 24px;
	text-align: center;
}

#content ol {
	font-size: 14px;
}
#content .ad {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}
#content .336x280 {
	padding: 10px;
	background-color: #CCCCCC;
	height: 300px;
	width: 356px;
}

#content .footer {
	text-align: center;
	margin-top: 20px;
	vertical-align: middle;
}
#content .closeButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #009900;
	text-decoration: none;
}
a:hover {

	color: #009900;
	text-decoration: underline;
}
.close {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin: 0px;
	padding: 1px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}
