@CHARSET "UTF-8";

FORM#emailForm {
	margin: 10px;
}

FORM#emailForm TEXTAREA {
	width: 100%;
	height: 200px;
}

FORM#emailForm TEXTAREA, FORM#emailForm INPUT[type="text"], FORM#emailForm SELECT {
	padding: 3px;
	xmax-width: 250px;
	width: 80%;
	font-family: 'Oxygen';
	font-size: 14px;
	line-height: 1.4em;
	border: 1px solid #797979;
	border-radius: 3px;
}

FORM#emailForm INPUT[type="submit"] {
	font-size: 13px;
	font-family: 'Oxygen';
	background-position: 8px 10px;
}

#submit-label {
	display: none;
}

FORM#emailForm dt {
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

UL.errors {
	list-style: none;
}

UL.errors LI:before {
	content: '» ';
}

UL.errors LI {
	
	color:  #da2634;
	padding: 3px;
	font-weight: bold;
	font-size: 13px;
}