﻿@charset "utf-8";
/* CSS Document */

#feedback {
	margin: 50px auto;
	width: 100%;
}
#feedback .img {
	width: 100%;
	margin: 0px auto;
}
#feedback .img img {
	width: 100%;
}
#feedback .text {
	font-size: 14px;
	color: #999;
	line-height: 25px;
	text-align: left;
	
	border-bottom: 1px solid #eee;
}
#feedback .text strong {
	color: #333;
}
#feedback div {
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
}
#feedback div dl {
	width: 100%;
	text-align: left;
	padding: 0px;
}
#feedback div dl dt {
	width: 90px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: left;
}
#feedback div dl dt, #feedback div dl dd {
	padding: 8px 0px;
}
#feedback div dl dt span {
	color: #ff0000;
	padding-left: 6px;
}
#feedback div dl dd {
	padding-left: 90px;
	margin-top: -40px;
}
#feedback div dl dd select {
	width: auto;
	font-size: 14px;
	font-family: "微软雅黑", Arial, "Arial Narrow";
	color: #666;
	padding: 5px 20px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-right: 10px;
}
#feedback div dl input, #feedback div dl textarea {
	padding: 5px 20px;
	border: 1px solid #ddd;
	color: #888;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 20px;
}
#feedback div dl input {
	width: 45%;
	height: 30px;
}
#feedback div dl textarea {
	width: 96%;
	height: 120px;
	overflow: auto;
	padding: 20px 2%;
}
#feedback div dl #checksn {
	width: 10%;
}
#feedback div dl .button input {
	width: auto;
	height: 45px;
	line-height: 45px;
	border: none;
	color: #fff;
	padding: 0px 35px;
	cursor: pointer;
	font-weight: bold;
	background: #666;
	font-family: "微软雅黑";
	font-size: 16px;
	margin: 15px auto;
}
#feedback div dl .button input:hover {
	background: #000088;
}