﻿/* --- 表单 ---*/
form .form-group.success{

}
form .form-group.success input,
form .form-group.success textarea,
form .form-group.success select{
    border-color:#079e00 !important;
    background-color:#c2f7c0;
}
form .form-group.success .label,form.form-group.success .spanName{
    color:#079e00;
}

form .form-group.error input,
form .form-group.error textarea,
form .form-group.error select{
    border-color:#b30101 !important; 
    background-color:#ffd5d5;
}
form .form-group.error span,form .form-group.error .label,
form .form-group.error .spanName,form .form-group.error .error{
    color:#b30101 !important;
}
form .form-group span{
    display:block;
}
form.reg-page .error, form.sky-form .error, form.form-horizontal .error{
    margin-top:0 !important;
    margin-bottom:0 !important;
}


.validation-summary-errors ul{
    margin-top:10px;
    margin-bottom:10px; 
    padding:0;
    list-style:none;
}
.validation-summary-errors ul li{
    color:#b30101;
    font-weight:bold;
}
/* --- end 表单 ---*/