
fieldset label {
margin: 0;
padding:0.2em;
margin-top:0.3em;
text-align:right;
width:130px;
float:left;
text-transform:uppercase;
  }
fieldset {
 /* background-color:#ccc;*/
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:400px;
  margin-left: 30px;
  margin-top: 10px;
  }
legend {
width:194px;
height:30px;
color:#fff;
font-size:2em;
padding-left:0.5em;
background: transparent url("../images/form/legend_bg.gif") no-repeat;
position:relative;
top:-1em;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br {display:none;}

.textfield {
font:0.85em  Tahoma, Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("../images/form/textfield_bg.png") no-repeat ;
width:250px;
voice-family: "\"}\"";
voice-family:inherit;
width:235px;
}
fieldset>input.textfield {
background: transparent url("../images/form/textfield_bg.png") no-repeat;
}
textarea {
font:0.85em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
background: transparent url("../images/form/textarea_bg.png") no-repeat fixed;
width:250px;
voice-family: "\"}\"";
voice-family:inherit;
width:235px;
}
fieldset>textarea {
background: transparent url("../images/form/textarea_bg.png") no-repeat;
}
.submit {
margin:2px;
background: transparent url("../images/form/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:90px;
font: 0.8em Verdana, Arial, Helvetica, sans-serif;
color:#000;
text-transform:uppercase;
font-weight: bold;
 }