input[type=text], input[type=password], input[type=email] {
  margin: 5px;
  padding: 0 10px;
  width:70%;
  height: 34px;

}
input[type=textarea] {
  margin: 5px;
  padding: 0 10px;
  width:100%;
 
 }
 
 .btn{
 background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
padding:5px 12px;
color:#FFFFFF;
font-size:16px;

border:none;
text-transform:uppercase;
 }
 .btn:hover{
 background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(83,203,241,1) 100%, rgba(5,171,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(100%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 100%,rgba(5,171,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 100%,rgba(5,171,224,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 100%,rgba(5,171,224,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(83,203,241,1) 100%,rgba(5,171,224,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */
color:#333333;
border:none;
 }
.banner_in{ margin-top:20px; position:relative; }
/* background:url(../../images/header_ban.jpg);*/

.banner_in .banner_inside_box{width:52%;  background:#333333;  opacity:0.8;  padding:1% 1%; color:#FFFFFF;}
.banner_in .banner_inside_box a:hover{ text-decoration:underline;}
.banner_in .banner_inside_box .banner_menu{padding:5% 1%; text-align:center; border-bottom:1px dashed #FFFFFF; color:#FFFFFF;}
.banner_in .banner_inside_box .banner_taxt{text-align:center; padding:5% 1%; color:#FFFFFF;}
.banner_in .banner_inside_box .banner_taxt h2{margin:0; padding:0; font-size:200%;}


<!--962f2a-->
.inner_body{border-bottom: 6px solid #e1ded8;}
.inner_body .inner_left_box{float:left; width:100%; padding-left:2px; box-shadow: -5px 0 5px -5px #bfbfc3; padding-bottom:15px;}
.inner_left_box .inner_box1{ margin-top:20px;}
.inner_left_box .inner_box1 .inner_blw_banner{margin-top:8px; line-height:30px; font-size:13px;}

.inner_left_box .inner_box1 .inner_blw_banner ul{padding:0; line-height:25px;}
.inner_left_box .inner_box1 .inner_blw_banner li{}

.inner_left_box .inner_box2{margin-top:20px;}
.inner_left_box .inner_box2 .inner_blw_banner{margin-top:8px; line-height:20px; font-size:13px;}
.inner_left_box .inner_box2 .inner_blw_banner .line_hi{line-height:28px; font-size:14px;}
.inner_left_box .inner_box2 .inner_blw_banner .line_hi span{ background:url(../../images/arrow.png) left no-repeat; padding-left:25px;}
.inner_left_box .inner_box2 .inner_blw_banner .line_hi span:hover{ color:#962f2a; cursor:pointer;}
.inner_left_box .inner_box2 .inner_blw_banner ul{padding:0; line-height:25px;}

.inner_body .inner_right_box{box-shadow: -5px 0 5px -5px #bfbfc3;float:right; width:25%;margin-top:20px; 
 padding:10px 0px; min-height:570px; 
background: rgb(253,252,243); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,252,243,1) 0%, rgba(248,247,237,1) 87%, rgba(240,237,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,243,1)), color-stop(87%,rgba(248,247,237,1)), color-stop(100%,rgba(240,237,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcf3', endColorstr='#f0ede6',GradientType=0 ); /* IE6-9 */
 }
/* box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);*/
.inner_right_box .col{color:#a4d9b9;}

.inner_left_box .inner_box3{ margin-top:20px;}
.inner_left_box .inner_box3 .inner_blw_banner{margin-top:8px; line-height:20px; font-size:13px;}
.inner_left_box .inner_box3 .inner_blw_banner .line_hi{line-height:30px; font-size:14px;}
.inner_left_box .inner_box3 .inner_blw_banner .line_hi span{ background:url(../../images/arrow.png) left no-repeat; padding-left:25px;}
.inner_left_box .inner_box3 .inner_blw_banner .line_hi span a{ color:#8a8aa1;}
.inner_left_box .inner_box3 .inner_blw_banner .line_hi span a:hover{color:#962f2a;}

.inner_left_box .inner_box2 .contact_box{margin-top:20px;}
.contact_box .left_contact_box{float:left; display:none;}
.contact_box .right_contact_box{float:left; width:100%; }

@media only screen and (min-width: 768px) and (max-width: 959px) {
.banner_in .banner_inside_box{ display:none;}
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
.inner_body{border-bottom: 6px solid #e1ded8; margin-top:10px;}
.inner_body .inner_left_box{float:left; width:62%; padding-left:20px; box-shadow: none;}
.inner_body .inner_right_box{box-shadow: -5px 0 5px -5px #bfbfc3;float:right; width:25%;margin-top:20px; 
 padding:10px 0px; min-height:500px; 
background: rgb(253,252,243); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,252,243,1) 0%, rgba(248,247,237,1) 87%, rgba(240,237,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,243,1)), color-stop(87%,rgba(248,247,237,1)), color-stop(100%,rgba(240,237,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(253,252,243,1) 0%,rgba(248,247,237,1) 87%,rgba(240,237,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcf3', endColorstr='#f0ede6',GradientType=0 ); /* IE6-9 */
 }

}
@media (max-width: 567px)
{
.inner_body{ margin-top:10px;}
.inner_body .inner_left_box{width:100%; padding:10px 10px; box-shadow: none; background:#f0ede6;}
.inner_body .inner_right_box{ display:none; }

.inner_left_box .inner_box2 .contact_box{margin-top:20px;}
.contact_box .left_contact_box{float:left; display:block; width:100%;}
.contact_box .right_contact_box{float:left; width:100%; margin-top:20px;}



}