/* CSS Document */

input, select, textarea {
	font-size: 12px;
	background-color: #ffffff; 
} 
div.error-wrapper {
	position: relative;
	float: left;
}
div.error {
	position: absolute;
	top: -5px;
	left: 310px;
	width: 150px;
	color: red;
	font-size: 12px;
	text-indent: 25px;
	line-height: 22px;
	border: 2px solid red;
	background-color: #FFF;
	background-image: url(../img/error-mark.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
input.error-field, input.inquiry-field {
	width: 250px;
}
textarea.error-field, textarea.inquiry-field {
	width: 300px;
}
.half input.error-field, .half input.inquiry-field {
	width: 120px;
}
.error-field {
	background-color:#FFFF99;
}

