.form-group{margin-bottom: 12px;}
.form-group .textbox{
	width: 100%;
	height: 33px;
	font-size:13px;
	line-height:25px;
	padding: 10px;
	margin:0;
	border:1px solid #999;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.select_box{
	position: relative;
	height: 34px; width: 130px;
	padding-left: 3px;
}
.form-control{
	font-size:14px;
	width: 600px;
	background: #fff;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
	-webkit-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 1110px) {
	.form-control{
		width: 550px;
	}
}
@media (max-width: 1060px) {
	.form-control{
		width: 500px;
	}
}
@media (max-width: 1010px) {
	.form-control{
		width: 450px;
	}
}
@media (max-width: 960px) {
	.form-control{
		width: 400px;
	}
}
@media (max-width: 870px) {
	.form-control{
		width: 350px;
	}
}
@media (max-width: 767px) {
	.form-control{
		/* display: none; */
	}
}
.search_box{
	position: relative;
	width: 220px;
	height: 32px;
	font-size:12px;
	line-height:25px;
	padding-bottom: 2px;
	padding-left: 8px;
	margin:0;
	top: -1px;
	border:1px solid #999;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.icon_submit {
  position: absolute;
  right: 0;
  top: -1px;
  padding: 6px 0;
  background: #e71f29 url('../images/template/icon-search.png') no-repeat center center;
  color: transparent;
  border: 0;
  z-index: 10;
}
.search_box{
	font-size:14px;
	border:1px solid #e5e5e5;
	width: 100% !important;
	padding-left: 15px !important;
	background: #fff;
	transition:all linear 0.25s;
	-webkit-transition:all linear 0.25s;
	-webkit-border-radius: 0;
    border-radius: 0;
}

.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
  position: absolute;
  padding: 9px;
  pointer-events: none;
  color: #a3a3a3;
}

/* align glyph */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/*input.search_box::-webkit-input-placeholder {
color: #439247 !important;
}
 
input.search_box:-moz-placeholder { 
color: #439247 !important;  
}
 
input.search_box::-moz-placeholder {  
color: #439247 !important;  
}
 
input.search_box:-ms-input-placeholder {  
color: #439247 !important;  
}*/

.form-group .desc{
	width: 100%;
	height:90px;
	font-size:13px;
	line-height:20px;
	padding:5px;
	margin:0;
	border:1px solid #999;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.form-group .textbox:hover, .form-group .textbox:focus, .form-group .desc:hover, .form-group .captcha:hover, .form-group .captcha:focus{
	border:1px solid #ff0000;
}

.form-group .send, .reset{
	padding: 4px 15px;
	margin-right: 5px;
	color:#fff;
	font-family: Arial;
	font-size:13px;
	background: #0271dc;
	border:none;
	cursor:pointer;
}
.form-group .send:hover, .reset:hover{
	background: #dd8303;
}

.form-group .captcha{
	width: 100%;
	height: 30px;
	font-size:13px;
	line-height:25px;
	padding:3px 5px;
	margin:0;
	border:1px solid #999;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.captcha-desctiption{
	line-height: 18px;
	margin-bottom: 5px;
}
.redStar{
	color: #ff0000;
}
.message {
	padding: 5px 10px;
	margin: 10px 0;
}

.message.green {
	border:1px solid #008C00;
	color:#008C00;
	padding-bottom: 8px;
	background: #fff;
}

.message.red {
	border:1px solid #ff0000;
	color:#ff0000;
	padding-bottom: 8px;
	background: #fff;
}
.btn-submit{
	background: #e61f28;
	border-bottom: 3px solid #a70008 !important;
	border: none;
	width: 150px;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 12px;
    text-align: center;
	color: #fff;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}
.att_file{
	height: 32px;
    text-align: center;
	margin: 0;
}
.btn-submit:hover{
	background: #d30811;
	text-shadow: 1px 1px 1px #1F1F1F;
	transition:all linear 0.15s;
	-webkit-transition:all linear 0.15s;
}
