fieldset
{
   border:solid 1px #006699;
   width:480px;
}
legend
{
}
label
{
   font-size:12px;
   display:block;
   float:left;
   clear:left;
   width:200px;
   font-weight:bold;
   margin-top:1px;
   margin-bottom:1px;
}
input.text,
select
{
   margin-top:1px;
   margin-bottom:1px;
   border:solid 1px #006699;
   color:#006699;
}
.submit
{
   color:white;
   background-color:#006699;
   float:right;
   margin:15px 15px auto auto;
}
.disable
{
   background-color:silver;
   color:gray;
}