﻿#feedback{
	width: 100%;
	clear: both;
	font-size: 14px;
}
#feedback li{
	clear: both;
	width: 100%;
	padding-top: 10px;
	}
#feedback font{
	color: #FF0000;
	padding-left: 5px;
	font-size: 14px;
}

#feedback label{
	float: left;
	width: 80px;
	text-align: right;
	padding-right: 15px;
	line-height: 20px;
}

#feedback input{
	float: left;
	border: 1px solid #c1c1c1;
	color: #333333;
	line-height: 24px;
}
#feedback textarea{
	float: left;
	border: 1px solid #c1c1c1;
	color: #333333;
	line-height: 24px;
}
#feedback li.form_btn input{
	margin-right: 10px;
	border: none;
	background: #505050;
	color: white;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	width: 80px;
	cursor: pointer;
	font-size: 14px;
}
