.faq_categories {
    background: #DBEFFF url('/images/arrow_faq.png') 6px 9px no-repeat;
    padding-left: 20px;
    border-left: 1px solid #C7C7C7;
    border-bottom: 1px solid #C7C7C7;
    width: 652px;
    min-height: 30px;
    line-height: 30px;
    border-right: 1px solid #C7C7C7;
    cursor: pointer;
    -moz-user-focus: ignore; 
    -moz-user-input: disabled; 
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select:none;
    font-style: italic;
}
.faq_first {
    border-top: 1px solid #C7C7C7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.faq_last {
    border-bottom: 1px solid #C7C7C7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.faq_quests {
    display: none;
}
.faq_categories ul {
    margin-left: -20px;
}
.faq_categories li {
    font-style: normal;
    padding-left: 40px;
}
.faq_categories li.row1 {
    background: #B7E5FA;
}
.faq_categories li.row2 {
    background: #A9D9FF;
}
.faq_categories li a { 
    color: black !important;
}
.faq_cat {
    display: inline-block;
    width: 100%;
}


/* FORM */

#FAQ {
    width: 470px;
    margin: 15px auto;
    min-height: 350px;
}
#FAQ .row {
    width: 470px;
    min-height: 40px;    
}
#FAQ .submit {
    width: 100%;
    margin-top: 30px;
}
#FAQ .textarea {
    height: 100px;
}
#FAQ .textarea textarea {
    height: 95px !important;    
}
#FAQ .row label {
    width: 118px;
    text-align: right;   
    padding-right: 15px;
    display: inline-block;
    float: left;
}
#FAQ .row input[type=text], #FAQ .row input[type=password], #FAQ .row textarea {
    background: #F7F7F7 !important;
    border: 1px solid #CCC;
    color: #111 !important;
    padding: 8px !important;
    margin: 15px 0;
    border-radius: 10px;    
    width: 310px;    
}
#FAQ .row select {
    background: #F7F7F7 !important;
    border: 1px solid #CCC;
    color: #111 !important;
    padding: 8px !important;
    margin: 15px 0;
    border-radius: 10px;    
    width: 327px;    
}
#FAQ .errorMessage {
    padding-left: 140px;
    color: #DA2222;
}