form {
}

fieldset {
margin: 0;
padding: 0;
border: 0;
}

fieldset legend {
}

.formrow {
padding: 3px 0;
}

.label {
float: left;
margin-right: 5px;
width: 30%;
text-align: right;}

fieldset input {
width: 50%;
margin-left: 5px;
border: 1px solid #666;}

fieldset textarea {
width: 50%;
margin-left: 5px;
height: 70px;
border: 1px solid #666;}

button {
float: right;
margin-right: 55%;
background: 0;
color: #b17;
border: 0;
font-family: "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
}

.accesskey {
text-decoration: underline}