.sfadmin_label {
    float: left;
}
.sfadmin_field {
    float: left;
}
.sf_form_row label {
    display: block;
    width: 100px;
}
.sf_form_row {
clear:both;
padding:10px;
}
.sf_form_actions {
    clear: both;
    margin-top: 30px;
    margin-left: 100px;
}
.sf_form_cancel {
    color: black;
    text-decoration: none;
}
.sf_form_cancel:visited {
    color: black;
}
.sf_form_save {
    margin-left: 20px;
    padding: 0 7px;
}
.error_list {
    color: #DD3333;
}
.error_list  li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left: 60px;
}


