@charset "utf-8";
/* CSS Document */

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; display:block; width:inherit; text-align:left; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top;}

/*input { border: 1px solid blue; }*/
input.error { border: 1px solid red; background:#FCC}
select.error { border: 1px solid red; background:#FCC}

.error_container
{ width:800px; display:none; text-indent:25px; background:#FCC;}

.error_container p, .error_container li
{ text-indent:50px; text-align:left; font-weight:bold;}
