@charset "utf-8";

body {
 width:680px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background: black;
 color:white;
 font-size:80%;
}



.fieldset label {
text-align:right;
width:150px;
float:left;
padding:0.2em;
margin:0;
margin-top:0.3em;
  }

.fieldset .nobr {display:none;}  

.fieldset .textfield {
margin:3px;
height:20px;
width:200px;
border:solid 1px white;
 background: black;
 color:white;
}

.fieldset .textarea {
margin:3px;
height:165px;
width:200px;
border:solid 1px white;
}

.submit {
margin:3px;
border:solid 1px white;
width:200px;
 background: black;
 color:white;
 }
