#contactForm {
	position: relative;
	margin-left: 35px;
	width: 600px;
}
.textLabel {
	font-size: 14px;
}

a.email:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.email:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.email:hover {
	text-decoration: underline;
	color: #999999;
}
a.email:active {
	text-decoration: underline;
	color: #FF9;
}
.formNote {
	font-size: 10px;
	color: #888;
}

/* Spry common CSS */
.formLabel{
	width:150px;
	margin-bottom:7px;
	margin-top:7px;
}
.checkboxRequiredState .spryLabel, .checkboxMaxSelectionsState .spryLabel, .selectRequiredState .spryLabel,
.selectInvalidState .spryLabel, .textareaRequiredState .spryLabel, .textareaMinCharsState .spryLabel,
.textareaMaxCharsState .spryLabel, .textfieldRequiredState .spryLabel, .textfieldInvalidFormatState .spryLabel,
.textfieldMinValueState .spryLabel, .textfieldMaxValueState .spryLabel, .textfieldMinCharsState .spryLabel,
.textfieldMaxCharsState .spryLabel, .radioRequiredState .spryLabel{
	color: #F30;
}
/* end Spry */