@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - ELECTRIK RED
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		er_userRegistration.css
	Date:			February 2, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#nav li#navCommunity a {
		background-position:-863px -57px;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	subNav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#subNav li#subNavComments a {
		background-position:bottom;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	contentHolder Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	#contentHolder #mainCol {
		margin:0;
		width:627px;
		float:left;
	}		


/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
	#mainCol .header {
		margin:0 0 3px 0; padding:3px 15px 0 15px;
		width:585px; height:29px;
		background:url(../../images/bg_header_mainCol.jpg) no-repeat;
	}
		#mainCol .header h2 {
			font:normal 24px Arial, Helvetica, sans-serif;
			color:#fdbcbc;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	registration Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#registration  {
		padding:25px 5px 19px 10px;
		width:600px;
		background:#fff url(../../images/bg_entry.jpg) no-repeat;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#8e1616;
	}
	#registration  .joinBox {
		width:400px;
		margin:0 0 10px 0;
	}
		#registration  .joinBox p {
			width:90px;
			float:left;
			display:inline;
		}
		#registration  .joinBox a.btn67 {
			width:67px;
			float:left;
		}

			
	
		