/*
 * -----------------------------------------------
 * Registration
 * -----------------------------------------------
*/
	div.registerHeading
	{
		width: 100%;
		background-color: #e2e2e2;
		padding: 3px 0;/*5px 0 5px 0;*/
		font-weight: bold;
	}
	
	div.registerSectionLeft
	{
		width: 250px;
		float: left;
		margin: 5px 0 0 0;/*10px 0 0 0*/
	}
	
	div.registerSectionRight
	{
		float: left;
		margin: 5px 0 0 0;/*10px 0 0 0*/
		padding: 0 0 0 30px;
	}
		
