/* 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;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #E05959;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #F6A9A9;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #E05959;
	border-top-style: solid;
	border-top-width: 1px;
}

.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;
	/*border-style        : solid;
	border-color        : #FF0000;
	border-width        : 1px;
	coor               	: #333333; */
	margin-left         : 5px;
	margin-top			: -2px;
	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;
}
