/* form */

form input,
form textarea {
	background-color	: #fff;
	border				: 1px solid #828385;
	color				: #828385;
	font-size			: 11px;
}

form .submit {
	text-transform		: uppercase;
	font-size			: 10px;
	border-top			: 1px solid #e6e6e7;
	border-left			: 1px solid #e6e6e7;
	width				: 88px;
	padding				: 1px 0 2px 0;
}

form .text {
	border-bottom		: 1px solid #e6e6e7;
	border-right		: 1px solid #e6e6e7;
	padding				: 2px 0px 2px 4px;
}

form textarea {
	width				: 304px;
	height				: 175px;
	overflow-y			: hidden;
}

form .error {
	border				: 1px solid red;
}

