label {
margin: 0;
padding-right:1em;
margin-top:0.3em;
text-align:right;
width:70px;
float:left;

  }
fieldset {
  background-color:#29343A;
  border:solid 0 #fff; /* Opera doesn't get border:none or border:0 on fieldsets */
  width:300px;
  }
legend {
width:194px;
height:30px;
color:#fff;
font-size:1.5em;
padding-left:0.5em;
top:-1em;

font-weight:bold;
letter-spacing:-1px;
white-space:pre; /* hack: make sure */
}

.br {display:none;}  
  
.textfield {
font:1.1em  Verdana, Arial, Helvetica, sans-serif ;
color:#333 ;
margin:3px;
height:20px;
border:solid 0 #fff;
padding: 3px 8px;
background: transparent url("../images/forms/textfield_bg.gif") no-repeat fixed;
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:187px;
}
fieldset>input.textfield {
background: transparent url("../images/forms/textfield_bg.gif") no-repeat;
}
textarea {
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#333 ;
margin:3px;
height:165px;
border:solid 0 #fff;
padding: 0 8px;
/*background: transparent url("../images/forms/textarea_bg.gif") no-repeat fixed;*/
width:200px;
voice-family: "\"}\""; 
voice-family:inherit;
width:190px;
}
fieldset>textarea {
/*background: transparent url("../images/forms/textarea_bg.gif") no-repeat;*/
}
.submit {
margin:3px;
background: transparent url("../images/forms/submit.gif") no-repeat;
height:20px;
border:solid 0 #fff;
width:80px;
font:1.1em Verdana, Arial, Helvetica, sans-serif;
color:#666;
}