form {
    line-height: 18px;
    
}

form legend {
    font-weight : bold;
}

form label {
    display : block;
    width : 120px;
    font-weight : bold;
    float : left;
    clear :  both;
    
} 

#edit fieldset {
    margin-left:5px;
}