form.standard{
  font-family: verdana;
}

input[type="text"], input[type="password"], select, textarea {
    width:130px;
    height:16px;
    margin:1px;
    font-size:11px;
    border:1px solid #BFBEA9;
    background-color:#FCF7F5;
}

input[type="file"]{
    filter: alpha(opacity=0);
    opacity:0;
    height:24px;
    margin:1px;
    font-size:11px;
    border:1px solid;
}

select[multiple="multiple"] > option{
  background-color:white;
}

div.field{
    clear:both;
    overflow:hidden;
    width:128px;
    height:16px;
    margin:1px;
    margin-top:4px;
    padding:1px;
    line-height:16px;
    font-size:11px;
    text-align:left;
    border:1px solid #BFBEA9;
    background-color:#FCF7F5;
}

input[type="button"], input[type="submit"]{
    height:22px;
    margin:1px;
    font-size:11px;
    border:1px solid #BFBEA9;
    background-color:#E3C99B;
}

div.group{
    width:700px;
    margin:4px 1px 4px 1px;
    padding:1px;
    font-size:11px;
    border:1px solid #BFBEA9;
    background-color:#F5EEE2;
}

div.title{
    width:614;
    margin:0;
    padding:2px;
    font-size:11px;
    font-weight:bold;
    border:1px solid #BFBEA9;
    background-color:#E3C99B;
}

div.descriptions{
    line-height:25px;
    float:left;
    margin-left:5px;
}

div.fields{
    line-height:25px;
    float:left;
}

div.fix{
  clear:both;
  width:0px;
  height:0px;
  }
