label {
	font: 12px "Century Gothic";
	margin-right: 5px;
}

div.formField {
	clear: left;
}

.button {
	clear:both;
	float: right;
	margin-top: 20px;
}
div.radioField {
	width: 252px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}
div.agreeToTermsField {
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
	width: 363px;
	*width: 313px;
	_width: 363px;
}

div.uploadField {
	width: 252px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

div.textField {
	background-image: url('../images/forms/FullField.jpg');
	background-repeat: no-repeat;
	width: 252px;
	height: 21px;
	padding-left: 5px;
	padding-right: 5px;
}

div.textArea {
	background-image: url('../images/forms/BigText.jpg');
	background-repeat: no-repeat;
	width: 252px;
	height: 118px;
	padding-left: 5px;
	padding-right: 5px;
}

input[type=text],[type=password] {
	border: 0;
	background: none;
	float: left;
	line-height: 10px;
	font: 11px "Century Gothic";
	color: #545454;
	width: 220px;
	margin-top: 2px;
}

div.leftField {
	float: left;
	background-image: url('../images/forms/LeftField.jpg');
	background-repeat: no-repeat;
	width: 3px;
	height: 21px;
	}
	
div.midField {
	float: left;
	background-image: url('../images/forms/MidField.jpg');
	background-repeat: repeat-x;
	height: 20px;
	width: 220px;
}
	
div.rightField {
	float: left;
	background-image: url('../images/forms/RightField.jpg');
	background-repeat: no-repeat;
	width: 6px;
	height: 21px;
}

div.leftText {
	float: left;
	background-image: url('../images/forms/LeftText.jpg');
	background-repeat: no-repeat;
	width: 4px;
	height: 118px;
}

div.midText {
	float: left;
	background-image: url('../images/forms/MidText.jpg');
	background-repeat: repeat-x;
	height: 118px;
	width: 220px;
}

div.textArea textarea {
	overflow: auto;
	width: 240px;
	font: 11px "Century Gothic";
	color: #545454;
	border: 0;
}

div.rightText {
	float: left;
	background-image: url('../images/forms/RightText.jpg');
	background-repeat: no-repeat;
	width: 4px;
	height: 118px;
}

.errorMessage {
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: #79A72F;
}

