/* General styles */

/* Form styles */


p.legend em { color: #C00; font-style: normal; }


div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }


form p.note { margin-left: 220px; font-size: 90%; color: #333; }
form fieldset { margin: 10px 0; border:none;}
form legend { font-weight: bold; color: #666; padding-bottom: 2em; }
form fieldset div { padding: 0.25em 0; }
label,
span.label { margin-right: 10px; padding:0px 10px 0 0; display: block; float: left; font-size:120%; text-align: right; position: relative; }

fieldset.details label,
fieldset.details span.label { margin-right: 10px; padding-right: 10px; width: 130px; display: block; float: left; text-align: right; position: relative; color:#000; }
label.error, 
span.error { color: #C00; }
label em, 
span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; background:none; }
input,
input.error, 
textarea{background-color: #fff; border: solid 1px #000; padding:3px; font-size:120%;}
input.error { border-color:red; }
input:focus,
input.error:focus, 
textarea:focus {	background:#F8F8F8; }
div.controlset label { display: inline; float: none; margin:0px 0; }
div.controlset input { display: inline; float: none; margin:60px 0; }
div.controlset div {  margin:-10px 0;}
div.buttonrow { margin-left: 150px; }


