form {
	overflow:hidden;
	width:457px;
}

span.input {
	display: inline-block;
	background:url("../img/input-bg.jpg") no-repeat top center;
	width:287px;
	height:32px;
}

span.textarea {
	display: inline-block;
	background:url("../img/textarea-bg.jpg") no-repeat top center;
	width:287px;
	height:167px;
}

label {
	cursor:pointer;
	float:left;
	width:147px;
	padding-top:6px;
}

input {
	background-color:transparent; 
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#9dc07e;
	width:275px;
	height:24px;
	border:none;
	padding:8px 6px 0 6px;
}

textarea {
	overflow:auto;
	background-color:transparent;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
	width:278px;
	height:151px;
	color:#9dc07e;
	border:none;
	padding:8px 3px 8px 6px;
}

input#reset-btn {
	cursor:pointer;
	background:url("../img/form-buttons.jpg") no-repeat;
	text-align:left;
	width:108px;
	height:32px;
	padding-top:3px;
	padding-left:23px;
	border:none;
}

input#submit {
	cursor:pointer;
	float:right;
	background:url("../img/submit.jpg") no-repeat 0 2px;
	color:#b4b3b3;
	text-align:left;
	width:110px;
	height:36px;
	padding:0 0 0 27px;
	margin-right:6px;
	border:none;
	outline:none;
}

input#submit:hover,
input#submit:focus {
	background:url("../img/submit.jpg") no-repeat 0 -36px;
	outline:none;
}