/*
# is for id=" "
. is for class=" "
*/

label
{
    float: left;
    width: 120px;
    font-weight: bold;
}

input, textarea
{
    width: 180px;
    margin-bottom: 5px;
}

input.medium
{
    width: 100px;
}

input.short
{
    width: 25px;
}

textarea
{
    width: 250px;
    height: 150px;
}

.boxes
{
    width: 1em;
}

.submitbutton
{
    margin: 5px;
    width: auto;
}

br
{
    clear: left;
}
