#_overlay{
	/*background: rgba(240,240,240,0.5);*/
	position: absolute; 
	width: 100%; 
	height: 100%; 
	left: 0; 
	top: 0;
	z-index: 200;
	background-color: #000;
	opacity:0.70;
  	filter:alpha(opacity=70); /* For IE8 and earlier */
	display: none;
}



#msg_container{
	position: absolute;
	top: 130px;
	width:99%; 
	z-index: 300;
	
}

#msg_box{
	
	
	font-size: 16px;
	width: 700px;
	margin: 0 auto; 
	background-color:#fff;
	
	border: 4px solid #ccc;
	
	border-bottom: 50px solid #ccc;
	
	border: 5px solid #666;
	/*background-image:url(img/bg_mail.jpg);*/
	opacity:0.95;
  	filter:alpha(opacity=95); /* For IE8 and earlier */
	
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	
	
	
	-webkit-box-shadow: 50px 50px 30px #555;
	box-shadow: 50px 50px 30px #555;	
	-moz-box-shadow: 50px 50px 30px #555;	
	
	
	
	
}

.roundCorners{	
	border: 2px solid #666;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

.formMsgInput{
	/*opacity:0.9;
  	filter:alpha(opacity=90); /* For IE8 and earlier */
	background-color: #fff;
}

#msg_success{
	
	margin-top: 20px;
	padding: 30px;
	text-align:center;
}

#msg_error{
	display:block;
	background-color:#FFFF66;
	margin-top: 20px;
	padding: 10px;
	color: #000;
}

.msg_adress{	
	
	font-size: 13px;
	color: #333;
	text-align: center;
}

