@charset "UTF-8";
/* CSS Document */
input, textarea {width: 200px; border: 1px #0099CC dotted; display: block; font-family: inherit; font-size: inherit; color: #E7E7E7; line-height: 14px; background-image:url(/assets/images/paperbgdark.gif);}
input:focus, textarea:focus {background-image:url(/assets/images/paperbg.jpg);}

.form {width: 205px; float: right;}
.fieldset {border: 0; margin: 0; padding: 0;}
.formid {border: 0; background-color: none;}
.submit {font-size: 14px; font-weight: lighter; color: #FC3; height: 25px; width: 205px; margin-top: 3px;}
textarea {overflow:auto;}

div.errors{color:#FC3;}
#EmailForm .invalidValue{background-image:url(/assets/images/paperbg.jpg); border:1px dotted #F00; }
#EmailForm .requiredValue{background-image:url(/assets/images/paperbg.jpg); border:1px dotted #F00; }