form {
 margin: 0 auto;
 width: 650px;
}

 form fieldset {
 margin: 0px;
 padding: 0px;
 border-width: 1px;
 border-style: solid;
 border-color: #666666;
 background-color:#ffffff;
}

form label {
 float:left;
 width: 200px;
 margin-left:30px;
}

fieldset input, textarea { margin-bottom:4px;}

.fs_spacer {margin-top:20px;}
.filesize  {font-size:0.75em;}
.required {color:#ff6600; font-size:0.85em; vertical-align:top;}
.orange {color:#ff6600;}

textarea:focus, input:focus {
 border: 2px solid #0080C0;
}

#form1 {line-height:2em; padding:20px;}


