/* CSS Document */
html, body {

}

#blackout {
/*	visibility: hidden; */
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #363942;
	filter: alpha(opacity=60);
	-moz-opacity: .8;
	opacity: .6;
	z-index: 1000;
}

#divpopup{
	position:fixed;
	top: 250px;
	left: 50%;
	margin-top: 20px; /*half of the height plus a little to the top*/
	margin-left: -250px; /*half of the width */
/*	visibility: hidden; 
	display: none;*/
	border: 1px solid #000;
	background-color: #FFF;
	color: #666666;
	width: 500px;
	z-index: 1010;
	font: 11px/18px Arial, Helvetica, sans-serif;
}

#divpop_head{
	top:0;
	left:0;
	background-color: #b8d593;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
	z-index: 1001;
}

#pop_content 
{
	color:#ff0000;
	clear: both;
	padding: 20px;
}
