/* for validator */
label { display: block; clear: both; padding-top: 4px; }
label span.label { display: block; float: left; width: 120px; }
label span.required { color: #000; font-weight: normal; }
label input { display: block; float: left; }
input { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1em; }
textarea { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 1em; }
input.textbox { width: 300px; padding: 3px; border: solid 1px #AC777D; background-color: #FEF6EB;  }
textarea.textbox { width: 300px; padding: 3px; border: solid 1px #AC777D; background-color: #FEF6EB; }
input.validation-failed{ background-color: #FFC7B2; }
input.button {}
input.submit { border: solid 1px #AC777D; background-color: #FEF6EB; }
input.submit120 { margin-left: 120px; border: solid 1px #AC777D; background-color: #FEF6EB; }

div.toolbar { clear: both; padding-top: 20px; }

div#ClientValidationSummary { background-color: #FF0000; width: 350px; padding: 5px; color: #FFF; }
div#ClientValidationSummary a { color: #FFF; }

div.validation-inline-error-message {
	font-family : Arial, sans-serif;
	font-size: 7pt;
	display: block;
	float: left;
	padding-left: 10px;
	color: #FF4500;
}

