/* STYLES FOR VALIDATOR */
/* position of the error-field */ 
.validator-error-field {
/*	background-image: url(../images/input_error.gif); */
	background-repeat: repeat-x;
	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(../images/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;
}

/* 
input_message_right.gif
input_message_left.gif
*/

.validator-error-message-center {
	padding-top: 0px;
}

.validator-error-message-right {
	background-repeat: no-repeat;
	height: 24px;
	padding-right: 16px;
	padding-top: 0px;
	background-position: bottom right;
	background-image: url(../images/input_message_right.gif);
	float: left;
}
