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

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

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

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

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

#submit {
	background:url(../images/submit.jpg) no-repeat;
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin:20px 0;
	cursor:pointer;
}

#submit:hover {
	opacity:0.9;
}

.red{
	color:red !important;
	font-weight:bold;
}
.green{
	color:green !important;
}
