@charset "utf-8";


/* Terms Of Service */
.wrapper_20px_left {
    font-size:14px;
}
p, ol, ul, li {
    font-size:1em;
}

.main p {
    color: #666;
}
.termsheader{
    color: #9c1600;
    font-size: 48px;
    margin: 40px 0 40px 0;
    font-weight: bold;
    text-shadow: #b3b3b3 3px 3px 3px;
}

.green_heading_plain_pages {
    font-size: 32px;
    color: #3A9524;
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.orange_subheadings_plain_pages {
    font-size: 24px;
    color: #F08421;
    font-weight: bold;
    margin-bottom: 15px;
}

.green_heading_plain_pages {
    font-size: 32px;
    color: #3A9524;
    margin-bottom: 40px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}

.bannertext {
    font-size: 59px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: #333 1px 1px 3px;
}
/* end of Terms Of Service */

/******************** For Report Spam Added By Rajan Paneru***********************/
.page_header_band_blue{
    width: 1078px;
    margin-left: 20px;
}
.grayshadowbox {
    -webkit-box-shadow: inset 0 0 40px rgba(194, 194, 194, 0.87);
    box-shadow: inset 0 0 40px rgba(194, 193, 193, 0.91);
    width: 996px;
    height: auto;
    overflow: hidden;
    border: thin;
    border-color: #B5B9BC;
    border-style: solid;
    background-color: #FBFBFB;
    margin-left: 20px;
    clear: both;
    padding: 40px;
    background: url('../../images/home/mail.jpg') top right;
    background-repeat: no-repeat;
    background-position-x: 670px;
    background-position-y: 55px;
}
.error_msg{
    border: solid 1px;
    padding: 5px;
    background-color: rgb(212, 236, 117);
    width: 500px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #a42112;
    margin-bottom: 20px;

}
.spaminputs {
    width: 510px;
    margin-right: 22px;
    height: 25px;
    border-radius: .3em;
}
.required{
    font-weight: bold;
    color: red;
}
.spamlables{
    color: #666;
    font-weight: bold;
}
.report_send{
    color: #5b9569;
}
#message{
    width: 510px;
    border-radius: 4px;
    border: 1px solid #b6babd;
}
.captcha{
    height: 28px;
    position: relative;
    top: -10px;
}