.body {
    background: #F6F6F6;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
}
.a-btn{
    background: #39b54a;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
border: 1px solid #00aeef;
border-color: #00aeef#00aeef#00aeef;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #2bb673;
padding: 0px 80px 0px 10px;
height: 38px;
display: inline-block;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 10px;
overflow: hidden;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
    width: 34%;
}
.a-btn-text{
   padding-top: 5px;
display: block;
font-size: 18px;
white-space: nowrap;
color: white;
text-shadow: 0 1px 0 #00aeef;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.a-btn-slide-text{
    position:absolute;
    top:35px;
    left:0px;
    width:auto;
    right:52px;
    height:0px;
    background:#fff;
    color:#996633;
    font-size:13px;
    white-space:nowrap;
    font-family:Georgia, serif;
    font-style:italic;
    text-indent:15px;
    overflow:hidden;
    line-height:30px;
    -webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 1px rgba(0,0,0,0.5) inset;
    -webkit-transition:height 0.3s linear;
    -moz-transition:height 0.3s linear;
    -o-transition:height 0.3s linear;
    transition:height 0.3s linear;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #00aeef;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    background:transparent url(../images/arrow_right.png) no-repeat 50% 55%;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    text-decoration: none;
    background-color: #2BB673;
}
.a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px rgba(0,0,0,0.2);
    color:#fff;
}

.a-btn:active{
    position:relative;
    top:1px;
    background:#2BB673;
    text-shadow:0 1px 0 #fee1a0;
    -webkit-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow:0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
   @media screen and (max-width: 600px) 
{
    .a-btn{
    background: #39b54a;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
border: 1px solid #00aeef;
border-color: #00aeef#00aeef#00aeef;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #2bb673;
padding: 0px 80px 0px 10px;
height: 38px;
display: inline-block;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 10px;
overflow: hidden;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
    width: 95%;
}
}

@media screen and (min-width: 600px) and ( max-width: 800px)
{
    .a-btn{
    background: #39b54a;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
border: 1px solid #00aeef;
border-color: #00aeef#00aeef#00aeef;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #2bb673;
padding: 0px 80px 0px 10px;
height: 38px;
display: inline-block;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 10px;
overflow: hidden;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
    width: 50%;
}
}
@media screen and ( max-width: 1000px) and (min-width: 780px)
{
    .a-btn{
    background: #39b54a;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
border: 1px solid #00aeef;
border-color: #00aeef#00aeef#00aeef;
-webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
-moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #2bb673;
padding: 0px 80px 0px 10px;
height: 38px;
display: inline-block;
position: relative;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 10px;
overflow: hidden;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
    width: 50%;
}
}
.div-full-content {
    float: left;
    margin: 15px 26px 0px 25px;
    padding: 0px;
    width: 95%;
    height: auto;
    background: white;
}
 .div-left {
            float: left;
            margin: 15px 30px 0px 8px;
            padding: 0px;
            width: 75%;
            height: auto;          
        }
 .div-right {
            float: left;
            margin-top: 5px;
            padding: 0px;
            width: 21%;
            height: auto;
        }
 @media only screen and (max-width: 670px) 
 {
          .div-left {
            float: left;
            margin: 5px;
            padding: 0px;
            width: 95%;
            height: auto;
            margin-top:20px;
           
            }
	  .div-right {
            float: left;
            margin: 20px;
            padding: 0px;
            width: 40%;
            height: auto; 
            margin-top:20px;
        }
	  
}
@media screen And (max-width:940px) and (min-width: 670px) 
 {
          .div-left {
            float: left;
            margin: 5px;
            padding: 0px;
            width: 70%;
            height: auto;
            margin-top:20px;
           
            }
	  .div-right {
            float: left;
            margin: 20px;
            padding: 0px;
            width: 20%;
            height: auto; 
            margin-top:20px;
        }
	  
}
@media screen and (min-width:47.5em) 
{
    .div-full-content {
    float: left;
    margin: 15px 26px 0px 25px;
    padding: 0px;
    width: 95%;
    height: auto;
    }
}
@media only screen and (max-width: 628px) 
{
     .div-full-content {
    float: left;
    margin: 6px;
    padding: 0px;
    width: 95%;
    height: auto;
    }
}
        .divHeaderFooter {max-width: 1000px;width: 100%;margin-left:auto;margin-right: auto;background-color: white;}
        .divBannerTop{ width: 100%;height: 300px;}
        .form-title{padding: 5px;text-align: center;font-weight: bold;font-size: 17px;color: rgb(189, 31, 46);letter-spacing: 1px;}
       .form-header{ padding: 5px;background: #761548;border: #761548;color: #fff;font-size: 16px;margin: 1px;}
        .form-content{ border: 1px solid #eee;}
        
         @media only screen and (max-width:826px) 
         {
             .divHeaderFooter {max-width: 1000px;width: 100%;margin-left:auto;margin-right: auto;background-color: white;}
             .divBannerTop{ width: 100%;height: 100%;}
         }
        @media only screen and (max-width:1244px)
         {
             .divHeaderFooter {
                    max-width: 1000px;width: 100%;margin-left:auto;margin-right: auto;background-color: white;
             }
         }