#user-form label
{
    text-align: right;
    float: left;
    width: 100px;
    padding-right: 20px;
}

#user-form input
{
    width: 200px;
    float: left;
}

#user-form fieldset p
{
    clear: both;
    padding: 15px;
}

#user-form legend
{
    font-size: 110%;
    font-weight: bold;
}

.bold{text-transform:bold;}
.padding-bottom-5{padding-bottom:5px;} 
.padding-top-10{padding-top:10px;} 
.margin-right-10{margin-right:10px;}
.line5{ line-height:5.0mm;}

