form
{
    margin:0px;
    padding:0px;
}

legend
{
    font-weight:bold;
    color:#474540;
}


fieldset
{
    margin-top:10px;
    padding:15px;
}

textarea
{
    width:350px;
    height:200px;
}

label
{
    display:block;
    width:120px;
    float:left;
}

input
{
    width:250px
}

table input 
{
    width:auto;
}


