/*faq page*/
.faq_body
{
    background: #f4f4f4;
    min-height: 140px;
    padding-top: 17px;
    padding-left: 22px;
    padding-right: 15px;
    margin-top: 23px;
}
.faq_txt
{
    color:#565656;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #dfdfdf;
    width: 433px;
    overflow: hidden;
    position: relative;
}
.faq_txt > div
{
    overflow: hidden;
    position: relative;
}

.faq_txt table
{
    
    border-spacing: none;
    padding: 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: white;
    background: url(/img/tab_bg.png) no-repeat;
}
.faq_txt tr
{
    background: silver;
    color: #303030;
}




.faq_txt strong
{
    color: #303030;
    font-size: 15px;
    font-weight: bold;
}
.faq_down
{
    overflow: hidden;
    color: #c7c7c7;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.faq_down_b1
{
    float: right;
    background: url(/img/graypribt.png) no-repeat right scroll;
    padding-right: 24px;
    padding-top: 2px;
    color: #303030;
    cursor: pointer;
    
}
.faq_down_b2
{
    float: right;
    background: url(/img/graymail.png) no-repeat right;
    padding-right: 24px;
    margin-left: 23px;
    padding-top: 1px;
    color: #303030;
    cursor: pointer;
}


.faq_tesis
{
    margin-top: 10px;
    overflow: hidden;
    margin-bottom: 16px;
    padding-bottom: 2px;
}
.faq_tesis .txt
{

    background: url(/img/point_faq.png) no-repeat scroll 0px 6px;
    padding-left: 22px;
/*    padding-top: 1px;*/
    margin-top: 25px;
}
.faq_tesis .txt a
{
    text-decoration: none;
    color: #303030;
    font-size: 15px;
    border-bottom: 1px dashed #303030;
}

.faq_question
{
    overflow: hidden;
    width: 469px;
    
}
.faq_question .tit
{
    color: #303030;
    font-size: 18px;
}
.faq_question .inside
{
    background: #f4f4f4;
    color: #303030;
    font-size: 13px;
    padding-left: 13px;
    padding-bottom: 18px;
    padding-top: 24px;
    margin-top: 17px;
/*    width: 456px;*/
    width: 469px;
}
.faq_input1
{
    width: 130px;
    height: 29px;
    border: 1px solid #bebebe;
    margin-left: 7px;
    margin-right: 25px;
}
.faq_input2
{
    width: 170px;
    height: 29px;
    border: 1px solid #bebebe;
    margin-left: 6px;
}
.faq_input3
{
    width: 443px;
    height: 134px;
    border: 1px solid #bebebe;
    margin-top: 9px;
    margin-bottom: 8px;
}
.faq_input4
{
    width: 176px;
    height: 29px;
    border: 1px solid #bebebe;
    margin-left: 6px;
}
.faq_capcha
{
    width: 88px;
    height: 29px;
    border: 1px solid #bebebe;
    margin-left: 18px;
}
.faq_refresh
{
    width: 19px;
    height: 30px;
    background: url(/img/faq_refresh.png) no-repeat;
/*    margin-top: -30px; 
    margin-left: 393px; */
}
.faq_button
{
      background: url(/img/button6.png) no-repeat;
      width: 161px;
      height: 32px;
      text-align: center;
      padding-top: 7px;
      margin-top: 27px;
      margin-left: 282px;
}


.faq_button a
{
      color: white;
      font-size: 13px;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
}
/*end faq page*/

