/* 
    Document   : validator
    Created on : 3/06/2011, 11:31:14 AM
    Author     : Armando Tavera
    Description: This css is for the throwed errors of the Validator Module.
*/

.date-mx {
	width: 75px;
	padding-right: 25px;
	text-align: center;
	background: url('./img/icon-calendar.gif') no-repeat 79px center;
}

.money {
	width: 110px;
	text-align: right;
	padding-right: 2px;
}

.phone {
	width: 100px;
	text-align: center;
}

.cell-phone {
	width: 100px;
	text-align: center;
}

.errorField{
	/* border:2px solid #660000; */
	background-color: #EA9595 !important;
}

.errorValidator{
	border:1px solid #660000;
	background-color:#ffcccc;
	width: 650px;
	padding:5px 20px;
	display:none;
}
.errorIcon{
	background:#ffffff url('required.jpg') no-repeat center center;
	height: 10px;
	width: 10px;
	display:inline-block;
	padding-left:5px;
}
.strError{
	font-size:9px;
	color: #660000;
	display: inline-block;
}

.radioError {
	color: #FF0000;
}
