@CHARSET "UTF-8";

h2.header-register {
	background-image: 				url("../../../images/frontend/auth/header_register.png");
	height:							44px;	
}

h2.header-signin {
	background-image: 				url("../../../images/frontend/auth/header_sign-in.png");
	height:							44px;	
}

div#sidebar div.primary h4.header {
	height:							46px;
	background-image: 				url('../../../images/frontend/auth/sidebar-header_sign-up.png');
}

div#sidebar div.primary {
	padding-bottom:					90px;
}

div#sidebar h5.stage {
	height:							34px;
	margin:							2em 0 0 0;
	padding:						0;
	text-indent:					-99999em;
	background-position:			top;
}

div#sidebar p {
	display:						none;	
}

div#sidebar p.active {
	display:						block;
	color:							#cc6601;	
}

div#sidebar p.intro {
	margin-bottom:					-1em;
	display:						block;
}

div#sidebar h5.active {
	background-position:			bottom;
}

div#sidebar h5.stage-one {
	background-image: 				url('../../../images/frontend/auth/register_stage-one.png');
}

div#sidebar h5.stage-two {
	background-image: 				url('../../../images/frontend/auth/register_stage-two.png');
}

div#sidebar h5.stage-three {
	background-image: 				url('../../../images/frontend/auth/register_stage-three.png');
}

div#sidebar h5.stage-four {
	background-image: 				url('../../../images/frontend/auth/register_stage-four.png');
	height:							52px;
}



	