/* CSS Document */
@charset "UTF-8";

/* ERROS
----------------------------------------------------------*/
.MessageError
{
	text-align: justify;	
	background: #ffccba url(../img/error.png) no-repeat 15px center;
	border: solid 1px #cd282b;
	padding: 10px 10px 10px 62px;
	margin: 15px 50px;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-msie-border-radius: 5px;	
	font-weight:bold;	
}

