@charset "utf-8";
/* Styles for site forms */

input, textarea {
	font-family: 'Lucida Sans Unicode', Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #555;
}

.std-width {
	width: 245px;
}

.submit-button {
	color: #b4122e;
	padding-right: 8px;
	padding-left: 8px;
}

.required {
	color: #b4122e;
}

#formErrors {
	margin-bottom: 15px;
	color: #b4122e;
	font-size: 0.9em;
}
