@CHARSET "UTF-8";

form, fieldset, ul.errors, ul.errors li {
    margin: 0 !important;
    padding: 0 !important;
}

fieldset {
    border: none;
}

legend {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #a5ba3d;
}

fieldset {
    margin: 10px 0 20px 0 !important; 
}

dd {
    margin-bottom: 8px;    
}

dd.checkboxList input {
    margin-right: 5px;
}

label.required {
    font-weight: bold;
}

ul.errors {
    list-style-type: none;
    color: #C2E128;
}

ul.errors li {
    background-image: none !important;
}