fieldset {
    display: block;
    border: 1px solid #c0c0c0;
    background-color: #f7f7f7;
    margin: 1.5em auto;
    padding: 0 1.2em 1.2em 1.2em;
    width: 35em;
}

fieldset legend {
    color: #777;
}

fieldset {
    position: relative;
    line-height: 1.5;
}

fieldset legend {
    line-height: 1.3;  /* note this line-height value */
}

* html fieldset legend {
    float: left;
    position: relative;
    margin-top: -0.95em;  /* equals actual line-height minus 0.35em */
}

table.form-table {
    margin: 3px auto 0;
}

table.form-table td {
    border: none;
    margin: 0px;
    padding: 0.3em 0.05em 0.05em;
}

table.form-table td.label {
    padding-right: 0.5em;
    white-space: nowrap;
    color: #666;
    text-align: right;
    font-weight: bold;
    font-weight: normal;
}

table.form-table tr.required td.label {
    font-weight: bold;
}

table.form-table tr.has-error td.label {
    color: #dc3124;
}

table.form-table tr.field td.contents {
}

table.form-table tr.datum td.contents {
    color: #333;
}

table.form-table td.help-text img {
    margin-left: 3px;
    border: 0;
}

div.form-buttons {
    text-align: center;
}

/* Widgets */

span.date-widget, span.month-widget, span.phone-widget {
    white-space: nowrap;
    color: #999;
    font-style: italic;
}

span.option-list {
}

span.option-list span.option {
    white-space: nowrap;
}

span.option-list span.option label {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

span.checkboxes span.choose {
    color: #999;
    font-style: italic;
}

