fieldset {
 border: 1px dotted #cccccc;
 padding-bottom: 10px;
 margin-bottom: 10px;
}

input, button, textarea {
 border: 1px solid #CCCCCC;
 background-color: white;
}

input:focus {
 background-color: #c3c7db;
}

fieldset th {
 width: 100px;
 padding-left: 40px;
 text-align: left;
 font-size: 12px;
 font-weight: bold;
 vertical-align: top;
 text-align: left;
}

fieldset legend {
 color: #cccccc;
 font-weight: bold;
 font-size: 13px;
}
