.form {
}

.form .input {
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #999;
	font-size:12px;
}

.form textarea.input {
	background-position:top;
}

.form .submit {
	font-weight:bold;
	color:#fff;
	background-color:#bf001b;
	padding:2px;
	border:2px solid #fff;
	font-size:12px;
}
