label {
	padding: 5px;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 13px;
}

.field {
	padding: 5px;
}

.input3 {
	padding: 5px;
	border: 1px solid #fd850e;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input2 {
	padding: 5px;
	width: 95%;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	border: 1px solid #fd850e;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input1 {
	padding: 5px;
	height: 200px;
	width: 95%;
	font-family: Arial;
	font-size: 13px;
	color: #000;
	border: 1px solid #fd850e;
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.input2:focus, .input2:hover, .input1:focus, .input1:hover {
	background: #f9c667; /* old browsers */
	background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* ie */
	color: #000;
}
