.header-tab {
    background-color: #5284BA;
    padding: 10px;
    text-align: center;
}

.header-tab h1 {
    color: #fff;
    font-size: 32px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.main-area {
    padding: 30px;
}

.inner-left-btn a {
    font-size: 18px;
    color: #000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    background: url(../images/Pointer_LEFT.png) no-repeat 0 2px;
    background-size: 20px;
    display: inline-block;
    padding: 0 0 0 30px;
    margin-bottom: 30px;
}

.questions-authenticity-box {
    background: url(../images/background-for-question_1000x185.png) no-repeat;
    min-height: 200px;
    width: 925px;
    margin: 0 auto;
    background-size: 100%;
    padding: 30px 20px 20px 20px;
}

.questions-authenticity-box h2 {
    color: #fff;
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 30px 0;
}

.questions-authenticity-box h2 b {
    color: #000066;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.questions-authenticity-box ul {
    margin: 0 0 10px 40px;
}

.questions-authenticity-box ul li {
    background: url(../images/checkbox-32x32.png) no-repeat left top;
    padding: 3px 0 10px 44px;
}

.questions-authenticity-box ul li p {
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-size: 24px;
    line-height: 27px;
    color: #000066;
    font-weight: bold;
}

.questions-authenticity-box ul li p i {
    color: #710F4B
}

.para-ques-box p {
    font-weight: bold;
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-size: 20px;
    line-height: 23px;
    color: #000066;
}

.para-ques-box p b {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.emal-address-box {
    background-color: #0F405A;
    padding: 40px 20px 40px 20px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}

.email-inner-box-white {
    background-color: #fff;
    width: 565px;
    margin: 0 auto;
    padding: 40px;
}

.email-inner-box-white label {
    font-family: Arial, Helvetica, adobe-helvetica, Arial Narrow;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
}