.formfield
{
        font-family : verdana ;
        font-size : 11px ;
        font-style : normal ;
        color : #000000 ;
        font-weight : normal ;
        text-align: left;
}
.submitbutton
{
        font-family : verdana ;
        font-size : 12px ;
        font-style : normal ;
        color : #000000;
        font-weight : bold;
        text-align: center;
        border: 1px;
        border-style: solid;
        border-color: #000000;
        background-color: #FFFFFF;
}

.fielddescription
{
        font-family : verdana ;
        font-size : 12px ;
        font-style : normal ;
        text-align: right;

}

.fielderror
{
        font-family : verdana ;
        font-size : 12px ;
        font-style : normal;
        text-align: center;
        color : #ff0000;

}
