#subForm {
	padding: 10px 0;
	width: 600px;
	margin-left: 10px;
	font-size: 0.9em;
	border: 1px dotted #999999;
	float: left; /* fix - otherwise form below nav on left */
	background: #f9f9f9;
	background: #f9f9f9 url(../images/form_bg.jpg) top left repeat-x;
	/*border: 1px solid #C0CAE2;*/
}
#subForm h2 {
	margin-left: 10px;
}
#subForm .label {
	float: left;
	clear: left; 
	width: 180px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: #0F2C8F;
	color: #767676;
}
#subForm p {
	clear: left;
}
fieldset {
	border: 0;
}
input#club, input#contact, input#name, input#address1, input#address2, input#address3, input#address4, input#phone, input#mobile, input#fax, input#emailaddress, input#club_email, input#web, input#facebook, input#spam, select#sport, textarea#enquiry, input#filename, input#caption, input#answer {
	font-size: .9em;
	width: 220px;
	background-color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
/*	margin-top: -2px; */
}
input#address2, input#address3, input#address4 {
	margin-left: 160px;
}

input#subscribe {
	margin-left: 160px;
	background-color: #eea914;
	color: #fff;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

