@charset "UTF-8";
html, body {
height:100%;
}
#blackoutincludehtml {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: .8;
	opacity: .8;
	z-index: 9;
}
#divpopupincludehtml{
	position: absolute;
	margin-top: 0px; /*half of the height plus a little to the top*/
	margin-left: auto;
	display: none;
	border: 1px solid #000;
	background-color: #FFF;
	color: #333;
	padding: 0;
	height: 600px;
	width: 393px;
	z-index: 10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	left: 33%;
	top: 30px;
	visibility: visible;
}
#divpop_headincludehtml{
	position:absolute;
	top:0;
	left:0;
	width:393px;
	background-color: #999999;
	text-align:center;
	padding:2px 0;
	z-index:-1;
}
#close_popincludehtml{
	text-align:right;
	padding-right:3px;
	background-color: #FF9900;
	letter-spacing: 1px;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	height: 19px;
}
#close_popincludehtml a{
	text-decoration:none;
	color: #FFFFFF;
}
#close_popincludehtml a:hover{
	color:#FF6600;
}
#pop_contentincludehtml{
	padding-top: 20px;
	position:absolute;
	top: 0px;
	left: 0px;
	width:393px;
	height: 600px;
}
