@charset "utf-8";
/* CSS Document */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.2;
	opacity:.40;
	filter: alpha(opacity=40);
}
.white_content {

	display: none;
	position:fixed;
	top: 10%;
	left: 28%;
	width: 550px;
	padding: 0px;
	border: 8px solid #A7ADAB;
	background-color: white;
	z-index:1002;
	overflow: auto;
	
}

/* You can Delete the lines bellow*/
.btn
{
border:0; background-color:#123456; color:#fff; font-weight:700; font-family:Arial;
cursor:pointer;
border:1px solid #3b5998;
margin-top:2px;
}
.error_div{
	background-repeat:no-repeat;
	background-position: 10px 0px;
	color: #FF0000;
	font-family: arial;
	font-size: 11px;
	height:20px;
	text-align:center;
	clear:both;
	width:99%;
	border:1px solid #E2E2E2;
}



