/* FORM */
#form {
margin:30px 30px;
}

.field {
margin:0 10px 10px 0;
}

label {
display:block;
clear:left;
font-weight:bold;
margin-bottom:1px;
}

input {
padding:1px;
font-size:9pt;
}

input,select,textarea {
background-color: #ddd;
}

textarea:focus, input:focus {
background-color: #fff;
}

.submitbutton {
background-color: #99c9a1;
font-size:11pt;
}

fieldset { 
  border:0;
  padding-left:25px;
}

legend {
  margin-left:-25px;
  padding-top:10px;
  margin-bottom:5px;
  font-weight:bold;
  color:#006699;
  border-bottom:1px solid #999;
}
