.msg_val{
	color:#F00;
	font-size:12px;
}

.msg_resultado_envio{
	display:table;
	width:100%;
	height:100%;
	background-image:url(../img/msg/bgMsg.png);
	background-position:top;
	background-repeat:repeat;
	position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0px 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:middle;
	z-index:2000;
	
}.msg_resultado_box{
	display:block;
	width:523px;
	height:218px;
	margin:200px auto 0px auto;
	background-image:url(../img/msg/alerta.png);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	font-weight:bold;
	padding:50px 0px 0px 0px;
	font-size:20px;	
}


.msg_resultado_box a{
	display:table;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	margin:10px 0px 0px 300px;
	text-decoration:none;
	background-image:url(../img/msg/btnCerrar.png);
	background-repeat:no-repeat;
	position:relative;
	top:50px;
	padding:6px 20px 10px 20px;
	font-size:12px;
}