@charset "utf-8";
#contact_form {
	margin-left: 75px;
}
input, textarea {
	font-family: Tahoma, Arial, serif;
	font-size: small;
}
input#uname, input#email {
	width: 350px;
}
textarea {
	width: 350px;
	height: 150px;
}
p.error {
	color: #f00;
}
.error label {
	color: #f00;
}
.error input {
	border: 1px solid #f00;
}
.error textarea {
	border: 1px solid #f00;
}