

label { display: block; clear: both; padding-top: 10px; }
label span.label { display: block; float: left; width: 150px; }
label span.required { color: #FF0000; font-weight: bold; }
label input { display: block; float: left; }
input { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
input.textbox { width: 200px; padding: 3px; border: solid 1px #c0c0c0; }
input.validation-failed{ background-color: #ffc0cb; }
input.button {}

div.toolbar { clear: both; padding-top: 20px; }

div#ClientValidationSummary { background-color: #FF0000; width: 350px;  color: white; }
div#ClientValidationSummary a { color: white; }

div.validation-inline-error-message{ display: block; float: left;  color: #ff0000; }