#filter2
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	/*background-color: #CCA;*/
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box2
{
border-radius: 15px 15px 15px 15px;

	display: none;
	position: absolute;
	top: 3%;
	left: 25%;
	width: 506px;
	height: auto;
	padding: 48px;
	margin:0;
	border: 3px solid #37C1F2 ;
	background-color: white;
	z-index:101;
	overflow: none;

}

#boxtitle2
{       
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;

        background-image:url('images/g.png') !important ;
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:602px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
        color:#37C1F2 !important; 
        background-color:white;
	
	
	color:white;
	text-align:center;
}
