input.input-text {
	padding-right:20px;
}

input.LV_invalid_field {
	border:1px solid red;
	background:#ffffff url(../images/form_validations.gif) no-repeat top right;
}

textarea.LV_invalid_field {
  border:1px solid red;
	background:#ffffff url(../images/form_validations_te.gif) no-repeat top right;
}

input.LV_valid_field {
	border:1px solid green;
	background:#ffffff url(../images/form_validations.gif) no-repeat bottom right;
}

textarea.LV_valid_field {
	border:1px solid green;
	background:#ffffff url(../images/form_validations_te.gif) no-repeat bottom right;
}



.LV_validation_message {
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:black;
	text-indent:-999em;
}

.LV_valid {

}

.LV_invalid {

}

#errorMessage {
	font-weight:bold;
	color:#ffffff;
	background:#C90808;
	padding:0px 3px 0px 3px;
	margin: 0 10px 0 0;
	float:left;
}