/* CSS Document */

/* Styles used in the forms */

.contactHead label {
	float: left;
	width: 150px;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
}
.contactHead .validation-advice {
	color:#FF690B;

}

.contactHead .target {
	float:left;
	width:250px;
	margin-left:10px;

}
.validation-advice {
	color:#FF0000;
}
.contactHead input, select {
	float:left;
	margin-right:10px;
}
textarea {
	border:#7F9DB9 solid 1px;
}


.contactHead {
	background: url(../images/join_head.gif) left top no-repeat;
	height: 23px;
}

.contactFoot {
	background: url(../images/join_foot.gif) left top no-repeat;
	height: 18px;
}

.contact {
	background: url(../images/join_line.gif) left top repeat-y;
	width: 470px;
	margin-bottom: 20px;
	
}
