@charset "UTF-8";
/* CSS Document */
.formlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.formlist li {
	list-style-type: none;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
textarea {
	background-color: #CCC;
	color: #333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	width: 307px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}  
input {
	background-color: #CCC;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	color: #333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 307px;
	max-width: 307px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #F60;
}
#reset, #submit {
	width: 150px;
	color: #EDEDED;
	padding: 0px;
	background-color: #666;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
