fieldset {
    padding-top: 10px;
    border:1px solid #666;
    padding-bottom: 22px;
}
legend {
    float:left;
 
}
legend + * {
    clear:both;
}