//form styles
form {
 width:70%; padding:3px;
 background:#fff; color:#000; border:1px solid #000;}
select {width:80%;}
input {width:80%;}
input.button {width:30%;}
input.radio {width:3%;}
textarea {width:80%;}
#oops {
 background:#fff;color:#c00;
 text-align:left; font-weight:bold;
 position:absolute;top:3px;left:1px;
 padding:5px;border:2px outset;}
.done {
 display:block;
 font-weight:bold;
 width:80%;
 border:1px dotted;
 padding-left:1px;}
#thnks {
 width:35%;
 background:#fff;color:#000;
 text-align:left;
 font-weight:bold;
 position:absolute;top:75px;right:150px;
 padding:5px;border:2px outset;}
#thnks p {margin:0; padding:0;}

/*IE fixes*/

*html textarea {height:40px;}
//end of form styles

return to tutorial and/or