/* CSS Document */

#overlay1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -kphp-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.content1 a {
    text-decoration: none;
}


/*
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
margin-top:-400px;
} */

.popup1 {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 99999999999;
    top: 0px;
    /* margin-bottom: 100px; */
    padding-bottom: 100%;
    background: rgba(0, 0, 0, 0.47);
}

.content1 {
    width: 350px;
    min-height: 100px;
    margin: 0px auto;
    background: #F2F2F2;
    position: relative;
    z-index: 103;
    padding: 10px;
    margin-top: 100px;
    border-radius: 15px;
    border: 4px solid #1b98e0;
}

.content1 p {
    color: #fff;
}

.content1 p a {
    color: #d91900;
    font-weight: bold;
}

.content1 .x {
    float: right;
    height: 35px;
    left: 10px;
    position: relative;
    top: -60px;
    width: 34px;
}

.content1 .x:hover {
    cursor: pointer;
}


/* onload pupop*/

#overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -kphp-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
}

.content2 a {
    text-decoration: none;
}


/*
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
margin-top:-400px;
} */

.popup2 {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    top: 23px;
}

.content2 {
    min-width: 350px;
    width: 350px;
    min-height: 150px;
    margin: 100px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 9999;
    padding: 10px;
    border: 4px solid #1b98e0;
    border-radius: 5px;
}

.content2 p {
    clear: both;
    color: #555555;
    text-align: justify;
}

.content2 p a {
    color: #d91900;
    font-weight: bold;
}

.pro_rp h3 {
    font-size: 17px;
    color: #2a2a2a;
    font-family: Arial, Helvetica, sans-serif;
    background: #ccc;
    font-weight: normal;
    height: 64px;
    /* width: 100%; */
    padding: 21px 0 0 56px;
    background: url(../images/title_bg.html) 0 0 no-repeat;
    position: relative;
    margin: 0 0 0 -30px;
    clear: both;
}

.pro_rp ul {
    padding: 0 0 0px;
    float: left;
    list-style: none;
}

.pro_rp ul li {
    padding: 4px 0;
    float: left;
    width: 100%;
}

textarea,
input,
submit {
    background-color: #eeeeee;
    color: #666666;
    padding: 4px 2px;
    border: 1px solid #ccc;
    margin: 0px;
    border-radius: 2px;
    width: 100%;
}

.pro_rp {
    float: left;
    width: ;
    margin: 0 0 0 10px;
    display: inline;
    padding: 7px 20px;
    background: #fafafa;
    border: 2px solid #86CF5B;
}

.tb {
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 7px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdeb8e+0,a5c956+100;Green+3D+%232 */
    background: #cdeb8e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #cdeb8e 0%, #a5c956 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #cdeb8e 0%, #a5c956 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956', GradientType=0);
    /* IE6-9 */
}

.tb a {
    color: #000;
    font-size: 17px;
}

.brand {
    width: 676px;
    height: 80px;
    float: left;
    margin: 20px 20px 0 20px;
    background: url(../images/brand-bg.html) top left no-repeat;
}

.brand-title {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    float: left;
    text-transform: uppercase;
    background: url(../sub-images/2.html) top left no-repeat;
    background-position: 25px 17px;
    padding: 10px 0px 10px 40px;
    margin: 20px 0 0 0;
}

.brand-logo {
    float: right;
    margin: 0 0 0 0px;
    padding: 10px;
    width: 200px;
}

.orng {
    color: #EF6438;
}

.divsimple {
    width: 45%;
    position: relative;
    background: #1b98e0;
    top: -19px;
    border: 1px solid #FFF;
    height: 48px;
    border-radius: 14px 14px 0px 0px;
    font-weight: bold;
}

.psimple {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    line-height: 45px;
}