/* AB模版网 做最好的织梦整站模板下载网站 */
/* 网址：Www.AdminBuy.Cn */
/* 图标大全：Sc.AdminBuy.Cn 专业建站素材网站 */
/* QQ：9490489 */
/* Form style */
input, textarea, select {
	font-size: 15px;
	font-family: Lora, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
	border: 0;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	float: none;
	display: block;
	margin: 0px;
	-webkit-appearance: none;
	background: none
}
textarea {
	resize: none;
}
#message {
	margin: 0;
	padding: 0px;
	z-index: 200;
	height: auto;
}
.error_message, #success_page {
	display: block;
	height: auto;
	color: #d31800;
	font-style: italic;
	font-size: 12px;
	padding: 10px 0px 0px 0px;
	line-height: 1.5;
	margin-bottom: -10px;
	position: relative;
}
#success_page {
	color: #2b2b2b !important;
}
.loader {
	display: none;
}
/* Form Element Styling */
.form-part {
	padding: 0;
	margin-top: 0px;
}
.form-part > textarea, .form-part > select, .form-part > input:not([type="submit"]):not([type="image"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
	display: block;
	width: 100%;
	padding: 12px 15px 14px;
	margin-bottom: 10px;
	border: 1px dotted #d8d8d8;
	text-align: left;
	border-radius: 3px;
	line-height: 20px;
}
.lt-ie9 .form-part textarea, .lt-ie9 .form-part select, .lt-ie9 .form-part input {
	display: block;
	width: 100%;
	padding: 25px 29px;
	font-size: 17px;
	border-bottom: 1px solid #d8d8d8;
	text-align: left;
	font-style: normal;
}
.form-part > textarea {
	height: 200px;
	resize: none;
}
.form-part > .input-wrapper {
	position: relative;
}
.send-btn {
	border-radius: 30px;
	border: 1px solid #d8d8d8;
	padding: 10px 25px 12px;
	line-height: 1;
	height: 36px;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	position: relative;
}
.send-btn:hover {
	background: #d8d8d8;
}
