@CHARSET "UTF-8";

div#home-new-user {
	width:							300px;
	height:							338px;
	margin-bottom:					15px;
	
	background-image: 				url("../../../images/frontend/home/home_sidebar_new_background.png");
}


div#home-existing-user {
	width:							300px;
	height:							250px;
	margin-bottom:					30px;
	background-image: 				url("../../../images/frontend/home/home_sidebar_existing_background.png");
}

form#new-user-register ol {
	padding:						65px 0 0 45px;
}

form#signin ol {
	padding:						65px 0 0 45px;
}

h2#home-welcome {
	width:							480px;
	height:							119px;
	margin:							0 0 1em 0;
	padding:						0;
	
	text-indent:					-99999em;
	
	background-image: 				url("../../../images/frontend/home/home_welcome.png");
}

div#body h3 {
	width:							540px;
	height:							24px;
	margin:							0;
	padding:						0;
	
	text-indent:					-99999em;
	
	background-image: 				url("../../../images/frontend/home/home_welcome_sub.png");
}

h3#howto {
	display:						none;
}

div#body p.step-one {
	display:						block;
	width:							540px;
	height:							96px;
	margin:							0;
	padding:						0;
	background-image:				url("../../../images/frontend/home/home_instruction_one.png");
	text-indent:					-99999em;
}

div#body p.step-two {
	display:						block;
	width:							540px;
	height:							72px;
	margin:							0;
	padding:						0;
	background-image:				url("../../../images/frontend/home/home_instruction_two.png");
	text-indent:					-99999em;
}

div#body p.step-three {
	display:						block;
	width:							540px;
	height:							132px;
	margin:							0;
	padding:						0;
	background-image:				url("../../../images/frontend/home/home_instruction_three.png");
	text-indent:					-99999em;
}