table.form
{
    border:1px solid #409AD5;
}

table.form td.header
{
    background-color: #409AD5;
    color:white;
    padding:4px;
}

input, textarea, select, iframe
{
    border: 1px solid #409AD5;
/*    width: 190px;*/
    font-size: 8pt;
    font-family: inherit;

    padding:2px;
    color: #00367B;
    background-color: #F0F0F0;
}

select, iframe
{
    padding: 0;
    background-color: white;
    width:100%;
}

input[type=checkbox], input.checkbox
{
    width: auto;
}

input.button
{
  background-color: #409AD5;
  color:white;
}


input:active
{
    background-color: #808080;
    color: #00367B;
}

