.input-error + ul, .field ul {
    margin: 0 !important;
    padding: 0 !important;
}

.input-error + ul li, .field ul li {
    /* margin-bottom: 5px; */
    list-style: none;
    clear: both;
    font-weight: bold;
    color: #990000;
}
.reasonOther-error{
    color: #990000;    
}

form#standard div.field label.error {
    margin-left: 10px;
}


.field > label input{
    margin-right: 5px;
    margin-top: 2px;
}

label[for="comments"]{
    display: none;
}

#comments{
    width: 680px;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
div.reasonClass label {
    display: block !important; 
}
.width-50{
    width: 50% !important;
}
