fieldset
{
   border:solid 1px #825531;
   width:480px;
}
legend
{
}
label
{
   font-size:12px;
   margin-top:1px;
   margin-bottom:1px;
}
input.text,
select
{
   margin-top:1px;
   margin-bottom:1px;
   border:solid 1px #825531;
   color:#3D2817;
}
.submit
{
   color:white;
   background-color:#825531;
   float:right;
   margin:15px 15px auto auto;
}
.disable
{
   background-color:silver;
   color:gray;
}