
#below_container_content label
{
    float: left;
    clear: left;
    width: 8em;
}

#below_container_content input, select, textarea
{
    float: left;
    margin-bottom: 1em;
    width: 300px;
}

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

#submitbutton
{
    width: 80px !important;
    float: left;
    clear: both;
    margin-left: 100px;
}