/* STYLES FOR VALIDATOR */
/* position of the error-field */ 
.validator-error-field {
	background-image: url/img/input_error.gif); 
	background-repeat: repeat-x !important;
	border-bottom-color: #F6A9A9 !important;  
	border-bottom-style: solid !important;
	border-bottom-width: 1px !important;
	border-left-color: #E05959 !important;
	border-left-style: solid !important;
	border-left-width: 1px !important;
	border-right-color: #F6A9A9 !important;
	border-right-style: solid !important;
	border-right-width: 1px !important;
	border-top-color: #E05959 !important;
	border-top-style: solid !important;
	border-top-width: 1px !important;
}

.validatorErrorMessage {
	height: 24px;
	margin-top: 2px;
	position: absolute;
}

.validator-error-message-left {
	background-image: url(/img/input_message_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left         : 5px;
	margin-top			: -5px;
	padding-bottom      : 3px;
	padding-left        : 5px;
	padding-right       : 5px;
	padding-top         : 3px;
	text-align          : left;
	width				: 95px; 				
	z-index				: 5; 			
}

/* 
input_message_right.gif
input_message_left.gif
*/

.validator-error-message-center {
	padding-top: 6px;
	color: #0F0B0B;
}

.validator-error-message-right {
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 16px;
	padding-top: 0px;
	background-position: bottom right;
	background-image: url(/img/input_message_right.gif);
	float: left;
}
