
#filter
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0%;
	width: 100%;
	overflow:hidden;
	height:100%;
	background-color: #000;
	z-index:10;
	opacity:0.8;
	filter: alpha(opacity=80);
}


#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	
	/*padding: 12px;*/
	margin:0;
	/*border: 1px solid black;
	background-color: white;*/
	z-index:101;
	overflow: none;
	/*width:568px;*/
}
.close{
	height:28px;
	padding:0 0 0 460px;
}	
.box01{
	padding: 12px;
	/*border: 1px solid black;*/
	background-color: white;
	width:568px;
	height:100%;
	overflow:hidden;
}
.nxtback{
	padding:12px 0 0 0;
	text-align:right;
}
.nxtback .nxt{
	float:right;
	margin:0 0 0 9px;
}
	

#boxtitle
{
	
	/*float:center;
	top:0;
	left:0;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;

	color:white;
	text-align:center;*/
	font:bold 24px/65px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#E4E4E4;
	padding:0 0 0 21px;
	display:block;
}
.light_content{ border:1px solid #CFCFCF; }
.select_section{
	padding:0 38px 0 21px;
}
.select_section span{
	font:bold 14px/39px Arial, Helvetica, sans-serif;
	color:#005593;
	display:block;
	padding-bottom:8px;
}
.random{
	border:solid 1px #D5D5D5;
	margin-bottom:9px;
	background:url(../images/random-bg.gif) repeat-x 0 0;
	padding:0 15px 0 14px;
	clear:both;
	height:68px;
}
.random p{
	width:45px;
	height:45px;
	font:bold 30px/45px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/onebg.gif) no-repeat 0 0;
	margin:11px 16px 11px 0;
	text-align:center;
	float:left;
}
.random h2{
	font-weight:bold;
	font-size:24px;
	line-height:67px;
	width:345px;
	padding:0;
	margin:0;
	float:left;
}
.random h2 a{
	color:#005593 !important;
}
.random h2 a:hover{
	color:#5EB0FB !important;
	text-decoration:none;
}
.random img{
	float:right;
	display:block;
}

/*VS: Added for Box title H3 tag for popup*/
.boxtitle {
-x-system-font:none;
background-color:#E4E4E4;
color:#000000;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:24px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:65px;
padding:0 0 0 21px;
}