


/* fackback */
#contactForm table {
	width: 100%;
	max-width: 600px;
	_width: 600px;
	margin-top: 20px;
	margin: 0 auto;
	text-align: left;
}
.ftxt {
	width: 24%;
}
.fput {
	width: 70%;
}
#contactForm .text {
	float: left;
	width: 80%;
	height: 26px;
	margin: 16px 0px 0px 0px;
	font-size: 12px;
	line-height: 26px;
	padding: 0px 5px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#contactForm .lable {
	padding: 10px 12px 0px 0px;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
#contactForm .atextarea {
	float: left;
	width: 80%;
	padding: 5px;
	margin: 16px 0px 0px 0px;
	border: 1px solid #CCC;
	height: 100px;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#contactForm .submita {
	display: inline-block;
	padding: 0 20px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	background: #ff9c00;
	margin: 20px 0;
	border: none;
	color: #fff;
	cursor: pointer
}
#contactForm .fsbtn {
	text-align: left;
	width: 80%;
	padding: 1px;
	margin: 0px;
}
#contactForm span.xh, #msg {
	color: #f00;
}
.div-input{
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap:wrap;
}
#contactForm,#contactForm table,#contactForm table td{
	border: none;
}
#contactForm .input-xlarge{
	width:100%;
	height: 40px;
    border: 0;
    border-radius: 3px;
    margin-bottom: 10px;
    text-indent: 10px;
}
#contactForm #msMessage1{
	height: 120px;
	padding: 10px;
	text-indent: 0
}