/* ########################### */
/* ### PS_REGISTRATION_NEW ### */
/* ########################### */

div#ps_reg_container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}

	div#ps_reg_left {
		float: left;
		width: 80px;
		height: 25px;
		line-height: 25px;

	}
	
	div#ps_reg_right {
		float: left;
		height: 25px;
		line-height: 25px;

	}
	
	div#ps_reg_button {
		margin-top: 10px;
	}
	
		.ps_reg_mandatory {
			color: red;
		}
	
	div#ps_reg_tanken {
		display: none;
	}
	
	div#ps_reg_heizen {
		display: none;
	}
