.setHolder
{
	float: left;
	width: 225px;
	height: 470px;
	margin-right: 20px;
}
fieldset
{
	float: left;
	width: 183px;
	height: 100%;
	padding: 20px 20px 0px 20px;
	border: 1px solid #d9d9d9;
	background: #f8f8f8;
	margin-bottom: 15px;
}
#lastSetHolder
{
	margin-right: 0px;
}
#contactNumbers
{
	float: none;
	clear: left;
}
legend
{
	font-size: 14px;
	color: #f42d86;
}
label
{
	display: block;
	margin-bottom: 3px;
}
#signupForm
{
	float: left;
	width: 960px;
	margin-bottom: 20px;
}
#signupForm input
{
	width: 160px;
	margin: 0px;
}
#signupForm .checkbox
{
	float: left;
	width: auto;
	margin-right: 10px;
}
.fieldFocus
{
	border: 1px solid #f42d86;
}
.fieldError
{
	border: 1px solid #ff0000;
	background-color: #FFFF99;
}
#signupForm fieldset div
{
	margin-bottom: 20px;
}
select
{
	border: 1px solid #d9d9d9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4d4d4d;
	margin-right: 3px;
}
#submitDetails
{
	position: relative;
	display: block;
	width: 120px;
	height: 20px;
}
#submitDetails span
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/buttons/submit_details.gif) no-repeat top left;
}
#submitDetails:hover span
{
	background: url(../images/buttons/submit_details.gif) no-repeat bottom left;
}
#signupErrors
{
	clear: left;
	width: 920px;
	padding: 20px;
	border: 1px dashed #d9d9d9;
	margin-button: 20px;
	color: #fff;
	background-color: #f42d86;
}
#errorTitle
{
	background: url(../images/icons/error_icon.gif) no-repeat center left;
	height: 23px;
	vertical-align: middle;
	padding: 7px 0px 0px 40px;
	margin-bottom: 15px;
}
#errorList
{
	list-style: disc;
	margin-left: 12px;
	font-weight: bold;
}
#errorList a
{
	color: #fff;
	text-decoration: underline;
}
#errorList a:hover
{
	color: #fff;
	text-decoration: none;
}

#signupForm .radioGroup
{
	margin-bottom: 20px;
}
#signupForm .radioGroup p
{
	margin-bottom: 10px;
}
#signupForm .radioGroup input
{
	width: auto;
	float: left;
	margin-right: 10px;
}

option
{
	padding-right: 0px;
}