﻿#chooseAClub {
	background-color: #eaede9;
	color: #666666;
	font-size: 80%;
	padding: 10px;
	margin: 20px 0px 0px 0px;
	width: 440px;
}
.headerText {
	color: #000000;
	font-weight: bold;
}
#chooseAClub table {
	width: 350px;
}
.radioSelectClub {
	width: 30px;
	text-align: center;
}
#enterYourInfo {
	background-color: #eaede9;
	color: #666666;
	font-size: 80%;
	padding: 10px;
	margin: 20px 0px 10px 0px;
	width: 440px;
}
#enterYourInfo table {
	width: 440px;
}
.infoTableLeft {
	width: 150px;
	text-align: right;
	height: 20px;
	color: #333333;
}
.infoTableRight {
	height: 20px;
}
#disclaimerText {
	color: #666666;
}
.exampleText {
	color: #666666;
}
#chooseAClub table, #enterYourInfo table {
	border-collapse: collapse;
}
.headerRow {
	border-bottom: 1px #ffffff dotted;
	height: 30px;
	vertical-align: top;
}
.textBold {
	color: #333333;
}
