/* Form styles */
div.formBox {
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.formBox form p { margin: 0; }
div.formBox form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.formBox form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.formBox form legend { font-weight: bold; color: #666; }
div.formBox form fieldset div { padding: 0.25em 0; }
div.formBox label, 
div.formBox span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.formBox label.error, 
div.formBox span.error { color: #C00; }
div.formBox label em, 
div.formBox span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.formBox input.error { border-color: #C00; background-color: #FEF; }
div.formBox input:focus,
div.formBox input.error:focus, 
div.formBox textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.formBox div.controlset label, 
div.formBox div.controlset input { display: inline; float: none; }
div.formBox div.controlset div { margin-left: 170px; }
div.formBox div.buttonrow {
	text-align: left;
	margin-left: 180px;
}
