#deposit fieldset {
    clear: both;
}
#deposit p {
    clear: both;
    margin-top: 20px;
}
#deposit label {
    width: 180px;
    display: block;
    float: left;
    font-weight: bold;
    color: #003776;
    margin-left: 20px;
}
#deposit .smallerlabel   {
    width: 50px;
}
#deposit input {
    float: left;
}