



form {
	width:459px;
	margin:0 auto;
}

label {
	display:block;
	margin-top:10px;
	letter-spacing:2px;
}

input, textarea {
	width:439px;
	height:15px;
	background:#efefef;
	border-radius:1px;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border:1px solid #dedede;
	padding:5px;
	margin-top:2px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

textarea {
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}

#submit {
	background:url(../images/submit.jpg);
	width:83px;
	height:29px;
	text-indent:-9999px;
	border:none;
	margin-top:5px;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	}
