@charset "utf-8";

/* CSS Document */





.black_overlay{

display: none;

position: absolute;

top: 0%;

left: 0%;

width: 100%;

height: 800px;

background-color:black;

z-index:1001;

-moz-opacity: 0.5;

opacity:.50;

filter: alpha(opacity=50);

}



.white_content {

display:none;

position: absolute;

top: 1%;

left: 28%;

padding: 1px;

background:url(../images/pop-up-bg.png) no-repeat; height:600px; width:497px;

z-index:1002;

overflow: hidden;

}

		

.popup{

width:485px; 

height:130px;

}

		

		.popupmidd{

		background:url(../images/mid-popup.png) repeat-y;

		width:425px;

		padding:8px 18px 0 40px;

		overflow: hidden; 

		}

		

		.cross{

		padding:18px 0 0 0;

		float:right;

		}

		

		/*.searchhead{

		font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#aa0202; padding:18px 0 0 20px; float:left;

		}*/

		

		.text{

		font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#ffffff; padding:0 0 0 2px;

		}

		

		

		.textarea{

		width:200px;

		height:19px;

		background-color:#fefefe;

		border:1px solid #A7AFAE;

		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;

		color:#333333;

		}

		

		.varification-img{

		width:90px;

		height:23px;

		margin:0;

		padding:8px 0 0 0;

		}

		

		.textarea-varification{

		width:100px;

		height:19px;

		margin:8px 0 0 10px;

		background-color:#fefefe;

		border:1px solid #A7AFAE;

		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;

		color:#333333;

		}

		

		#errormsg{

		font-family:Arial, Helvetica, sans-serif;

		font-size:12px;

		color:#ff881e;

		text-align:left;

		margin:0;

		padding:0 0 0 0;

		width:230px;

		}

		

		.textarea-big{

		margin:6px 0 0 0;

		width:200px;

		height:50px;

		background-color:#fefefe;

		border:1px solid #A7AFAE;

		font-family:Arial, Helvetica, sans-serif;

		font-size:11px;

		color:#333333;

		text-align:left;

		vertical-align:top;

		}
