/* CSS Document */
.black_overlay{
	display:none ;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	background: #FFF;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.8;
	filter: alpha(opacity=90);}
	
.black_overlay1{
	display:none ;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	background: #FFF;
	z-index:2001;
	-moz-opacity: 0.5;
	opacity:.5;
	filter: alpha(opacity=50);}	
	.black_overlay4{
	display:none ;
	position: absolute;
	top: 0px;
	left: 0%;
	width: 100%;
	background: #FFF;
	z-index:3001;
	-moz-opacity: 0.5;
	opacity:.5;
	filter: alpha(opacity=50);}	
.white_content {
	display:none;
	position: fixed;
	top: 150px;
	z-index:1002;
	width:100%;}
		
		
.closeDiv{
	text-align:right;}
		
.closeLink{
	background:url(../images/delete.png) no-repeat;
	width:25px;
	height:36px;
	display:block;
	float:right;}

.white_content1{
display:none;
	position: fixed;
	top: 150px;
	z-index:1002;
	width:100%;
}
.white_content2{
display:none;
	position: fixed;
	top:85px;
	z-index:1002;
	width:100%;
}

.white_content3{
display:none;
	position: absolute;
	top:20px;
	z-index:1002;
	width:50%;
	left:25%;
}

.white_content4{
display:none;
	position: fixed;
	top: 150px;
	z-index:1002;
	width:20%;
	left:40%;
}
.white_content5{
display:none;
	position: fixed;
	top: 150px;
	z-index:2002;
	width:40%;
	left:30%;
}
.white_content6{
display:none;
	position: fixed;
	top: 70px;
	z-index:4002;
	width:100%;
}

.small_popup{
	background:#FFF;
	position:relative;
	width:520px;
	margin:auto;
	padding:15px;
	border-radius:7px;
	border:1px #d4d4d4 solid;
	box-shadow:0 0 4px #d4d4d4;}
	
.small_popup_login_form{
	width:400px;
	margin:auto;}

.small_popup_login_form ul{
margin-left:15px;
margin-top:10px;
}	
	
.small_popup_login_form a{
	text-decoration:underline;}
	
.small_popup_login_form a:hover{
	text-decoration:none;}
	

.small_popup_login_form table tr td{
	padding:5px 0px 5px 10px;
	width:280px;}
	
.small_popup_login_form table tr th{
	padding:5px 10px 5px 0;
	font-weight:bold;
	width:100px;}

.small_popup_login_form span{
color:#FF0000;
}		

.bottom_border_div{
	border-bottom:2px #D4D4D4 solid;
	padding-bottom:6px;
	margin-bottom:6px;
	font-family:"engshrift", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#41afd6;
	line-height:none;
	font-weight:normal;
	text-transform:uppercase;}