/* Form */
#wrapper #content #body { background: #fff; }

#wrapper #content #body .textContent label { /*text-align: right; display: block;*/ width: 170px; /*float: left;*/ padding: 0 10px 0 0px; }

#wrapper #content #body .textContent label.etField { text-align: right; display: block; width: 170px; float: left; padding: 0 10px 0 0px;  }

#wrapper #content #body fieldset { border: 1px solid #666; padding: 0 0 10px 20px; margin: 0 0 20px 0; }

#wrapper #content #body legend { border: 1px solid #ccc; padding: 3px 7px 3px 7px; background: #5b0202; color: #fff;  }

#wrapper #content #body #ETapplication input[type="text"] { border: 1px solid #666; width: 200px; padding: 3px; margin: 0; }

#wrapper #content #body #ETapplication textarea { border: 1px solid #666; width: 200px; padding: 3px; }

#wrapper #content #body .textContent #ETapplication span { color: red;  }
#wrapper #content #body .textContent #ETapplication span.exp { color: #000; font-size: 0.8em; font-style: italic; }

#wrapper #content #body .textContent #ETapplication fieldset.submitfieldset { padding-top: 10px; padding-right: 20px; background-color: #ccc; }

#wrapper #content #body .textContent #ETapplication fieldset.submitfieldset input[type="submit"] { float: right; border: 1px solid #ccc; padding: 3px 7px 3px 7px; background: #5b0202; color: #fff; }



/* errors */
input.error { color: #990000; font-size: 1em; padding-left: 10px; background: none; background-color: #ffeeee; }
label.error { color: #990000; font-size: 1em; background: none; display: block; margin: 0 0 0 180px; border: 0; width: 300px !important;}
.referrer { visibility: hidden; }


