﻿body
{
    font-size: x-small;
    font-family: Verdana;
}
#main
{
    width:400px;
    float:left;
}
#field
{
    width:660px;
    float:left;
    height:20px;
    vertical-align:top;
}
fieldlabel
{
float:left;
width:15px;
}
fieldinput
{
        float:right;
        width:5px;
}
