  .black_bg {
	height:530%; 
	width:100%; 
	position:absolute; 
	top:-510px; 
	left:0px; 
	z-index:998; 
	text-align:center;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity: .8;
	-moz-opacity: .8;
}
.ligthboxx {
	position:fixed; 
	margin-top: -170px; 
	margin-left: -300px; 
	left: 50%; 
	top: 50%; 
	z-index:999;
}
.error {
-webkit-box-shadow: #DDD 0px 0px 6px;
background-color: #F90;
border: 1px solid #F90;
border-bottom-left-radius: 0px 0px;
border-bottom-right-radius: 4px 4px;
border-top-left-radius: 0px 0px;
border-top-right-radius: 4px 4px;
color: black;
display: none;
font-size: 11px;
height: 15px;
padding: 4px 10px;
z-index: 1000;
}
