.black_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	margin: 0px auto;
}
.white_content {
	display: none;
	position: absolute;
	width: 100%;
	margin: 72px 0 0 0;
	padding: 0;
	z-index:1002;
	text-align: center;
}
.white_box {
	position: relative;
	width: 500px;
	padding: 2px 4px 0px 0px;
	background: #ffffff;
	border: 5px solid #ffc000;
	z-index:1003;
	margin: 0px auto;
}
.closebtn {
	height: 14px;
	width: 100%;
	text-align: right;
	padding: 0 2px 5px 0;
}
.closebtn a {
	background: url("../img/btn_close.jpg") no-repeat left;
	display: block;
	height: 14px;
	width: 54px;
	float: right;
	position: relative;
	padding: 0 2px 5px 0;
	outline: none;
}
#lightcontent {
	position: relative;
	padding: 0 10px 0 10px;
	text-align:left;
}
#lightcontent a:link, a:visited, a:active { text-decoration: none; color: #0062cb; }
#lightcontent a:hover { text-decoration: underline; color: #0062cb; }

#lightcontent h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	color: #d50000;
}
#lightcontent h1 a:link, h1 a:visited, h1 a:active { text-decoration: none; color: #d50000; }
#lightcontent h1 a:hover { text-decoration: none; color: #d50000; }

#lightcontent h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 25px;
}
#lightcontent h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 25px;
	color: #0062cb;
}
#lightcontent p {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #000000;
	line-height: 17px;
}
#bottom_popup {
	background: #00448d;
	display:none;
	position:fixed;
	z-index:1010;
	height:0px;
	width:100%;
	bottom:0;
	padding: 0 10px 10px 10px;
	color: #ffffff;
}
.closebtn_bottom {
	height: 12px;
	width: 100%;
	text-align: right;
	padding: 3px 15px 0 0;
}
.closebtn_bottom a {
	background: url("../img/btn_close2.jpg") no-repeat left;
	display: block;
	height: 12px;
	width: 68px;
	float: right;
	position: relative;
	padding: 3px 15px 0 0;
	outline: none;
}