#registration-intro
{
	background: url('../images/registration.jpg') no-repeat left;
	color: #666666;
	text-align: right;
	padding: 5px;
}
	#registration-intro h4
	{
		margin: 0px;
		font-size: 10pt;
		color: #78ABB6;
		padding-bottom: 5px;
	}
	#registration-intro p
	{
		padding-left: 220px;
		padding-bottom: 10px;
		font-size: 9pt;
	}
#registration-cards
{
	border-color: #7FAEA6;
}
.registration-card
{
	padding: 5px;
}
	.registration-card span
	{
		float: left;
		width: 230px;
		font-weight: bold;
		color: #78ABB6;
	}
	.registration-card-img
	{
		height: 28px;
	}
.registration-points
{
	clear: both;
	padding-top: 10px;
}
	.registration-points span
	{
		float: left;
		text-align: left;
		height: 30px;
		padding-right: 5px;
	}
.registration-points-others
{
	text-decoration: underline;
}
.registration-field
{
	clear: left;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
	.registration-field span
	{
		float: left;
		width: 120px;
	}
	.registration-field strong
	{
		float: left;
		width: 175px;
	}
		.registration-field strong em { font-style: normal; font-weight: normal; }
	.registration-field .button
	{
		float: right;
	}
	#gg { width: 40px; }
	#mm { width: 40px; }
	#aaaa { width: 58px; }
#registration-data.errorBlock
{
	background: #E2EDEF !important;
}

.registration-card-error
{
	display: none;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	line-height: 9pt;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url('../images/border-blue.gif') repeat-x bottom;
}
.registration-error
{
	float: right;
	width: 140px;
}

#registration-points-popup
{
}
#registration-points-popup h3
{
	margin: 0px;
	color: #82AAAC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 10pt;
	background: url('../images/border-blue.gif') repeat-x bottom;
}
#registration-points-table
{
	height: 150px;
	background: #fff;
	border: 1px solid #82AAAC;
	overflow: auto;
}
#registration-points-table table
{
	border-collapse: collapse;
	width: 95%;
}
	#registration-points-table table td
	{
		font-size: 8pt;
		background: url('../images/border-blue.gif') repeat-x bottom;
		padding: 5px;
	}
	#registration-points-table table td a
	{
		display: block;
		text-decoration: underline;
		color: #82AAAC;
		text-align: right;
	}