/*
 * -----------------------------------------------
 * Registration
 * -----------------------------------------------
*/
	div#columnLeftPlusMiddle .text
	{
		margin-left: 20px;
		margin-top: 20px;
	}
	
	div#header
	{
		float: left;
		width: 300px;
		margin-bottom: 50px;
	}
	
	div.registerHeading
	{
		width: 100%;
		background-color: #CCCCCC;
		padding: 5px 5px 5px 20px;
		font-weight: bold;
	}
	
	div.registerSectionLeft
	{
		width: 220px;
		float: left;
		margin: 0px;
		margin-bottom: 25px;
	}
	
	div.registerSectionRight
	{
		float: left;
		margin: 0px;
		margin-bottom: 25px;
		margin-left: 0px;
		padding: 0 0 0 0px;
	}
	
	select.year
	{
		width: 72px;
	}
	select.month
	{ 
		width: 80px;
	}
	select.day
	{
		width: 70px;
	}
	
	