.common-toast {
	display: none;
	position: fixed;
	z-index: 3000;
	left: 50%;
	top: 50%;
	margin-top: -30px;
	padding: 18px 50px;
	border-radius: 10px;
	text-align: center;
	overflow: hidden;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.common-toast i,.common-toast span {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	line-height: 24px;
	vertical-align: middle;
}

.common-toast i {
	width: 24px;
	height: 24px;
}

.common-toast span {
	letter-spacing: 3px;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
}

.common-toast .succ i {
	background: url("") no-repeat;
	background-position: -300px -144px;
}

.common-toast .fail i {
	background: url("") no-repeat;
	background-position: -324px -96px;
}

.feedback-title,.feedback-form {
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
}

.feedback-title {
	text-align: center;
	font-size: 20px;
	line-height: 60px;
	border-bottom: 2px solid #e0e0e0;
}

.feedback-form {
	padding-bottom: 60px;
}

.feedback-form table {
	width: 100%;
	table-layout: fixed;
}

.feedback-form table td {
	padding-top: 32px;
	vertical-align: top;
}

.feedback-form table td.form-key {
	width: 80px;
	text-align: right;
}

.feedback-form table td.form-key label {
	font-weight: bold;
	line-height: 40px;
}

.feedback-form table td.form-value {
	position: relative;
	padding-left: 12px;
	color: #333;
}

.feedback-form .form-select {
	position: relative;
	width: 268px;
	z-index: 1;
}

.feedback-form .form-select .select-a {
	line-height: 38px;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}

.feedback-form .form-select .select-a span,.feedback-form .form-select .select-o a {
	padding-left: 15px;
}

.feedback-form .form-select .select-a i {
	float: right;
	width: 6px;
	height: 12px;
	margin: 12px 7px 0 0;
	*margin-top: -25px;
	background: url("") no-repeat;
	background-position: -684px -120px;
}

.feedback-form .form-select .select-o {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}

.feedback-form .form-select .select-o a {
	display: block;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.feedback-form .form-select .select-o a:hover {
	text-decoration: none;
}

.feedback-form .form-select .select-o a.visited {
	background: #64aeff;
	color: #fff;
}

.feedback-form .form-placeholder {
	position: absolute;
	left: 28px;
	top: 33px;
	line-height: 38px;
	color: #999;
}

.feedback-form .form-tip {
	color: #999;
}

.feedback-form .form-tip.error {
	color: #f35741;
}

.feedback-form .form-input {
	padding: 0 15px;
	width: 668px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
}

.feedback-form .input-big {
	height: 298px;
	overflow: auto;
}

.feedback-form .form-input.error {
	border: 1px solid #f35741;
}

.feedback-form .form-img .up-btn {
	position: relative;
	display: block;
	width: 128px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	color: #999;
	overflow: hidden;
}

.feedback-form .form-img .up-btn input {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.feedback-form .form-img .up-btn i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	*vertical-align: 1px;
	margin: 10px 5px 0 12px;
	*margin-top: 3px;
	width: 16px;
	height: 16px;
	background: url("") no-repeat;
	background-position: -888px -120px;
}

.feedback-form .form-img .up-btn:hover {
	border: 1px solid #337dcc;
	text-decoration: none;
	color: #337dcc;
	background: #dfefff;
}

.feedback-form .form-img .up-btn:hover i {
	background: url("") no-repeat;
	background-position: -804px -24px;
}

.feedback-form .form-img .img-preview {
	display: none;
	position: relative;
	width: 90px;
	height: 90px;
	background: url("") no-repeat;
	overflow: hidden;
	background-position: 0px -3132px;
}

.feedback-form .form-img .img-preview img {
	width: 100%;
	height: 100%;
}

.feedback-form .form-img .img-preview .del-btn {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
	top: 0;
	background: url("") no-repeat;
	background-position: -216px 0px;
}

.feedback-form .form-btn {
	text-align: center;
}

.feedback-form .form-btn a {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #64aeff;
	color: #fff;
}

.feedback-form .form-btn a:hover {
	text-decoration: none;
	background: #2b79cd;
}
