/* CSS Document */



.fieldset .label {
       width: 4em;
       float: left;
       text-align: right;
       margin-right: 0.5em;
       display: block
       font-weight : normal;

}
.fieldset {
       padding : 10px;
       margin-bottom : 15px;
}
legend { font-weight: bold}
