@charset "utf-8";
/* CSS Document */

#blackout {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: .8;
	opacity: .8;
	z-index: 9;
}
#divpopup{
	position: absolute;
	top: 50%;
	left: 30%;
	margin-top: -196px; /*half of the height plus a little to the top*/
	margin-left: -50px; /*half of the width */
	visibility: hidden;
	display: none;
	padding: 10;
	height: 372px;
	width: 576px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

#close_pop{
	float:right;
	text-align:right;
	cursor:pointer;
	padding-right:4px;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	background: #FFF;
	width: 572px;
}
#close_pop a{
	text-decoration:none;
	color: #000;
}
#close_pop a:hover{
	color:#06C;
}
#pop_content{
clear:both;

}
#title {
	background: #fff;
	float: left;
	font-size: 12px;
	text-align: left;
}
