@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - REGISTRATION : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_registration.css
	Date:			August 04, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
				
				
/*	--------------------------------------------------------------------------------------------------------------------------
	#registration Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#registration {
		margin:0 0 0 25px;
	}
		#registration .header {
			margin:0 0 5px 0; padding:0 0 0 10px;
		}
			#registration h1 {
				width:102px; height:25px;
				background: url(../../images/h1_registration.png) 0 0 no-repeat;
			}
			#registration .content {
				border:1px dashed #002531;
				padding:12px 0 15px 12px;
				background:url(../../images/bg_checker.gif) repeat;
			}
			#registration .content p {
				margin:5px 0 5px 0;
			}
		