body, html {
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: #FFFFFF;
}
.new_user_registration{
	width: 955px;
	height: 600px;
	background-color: #FFFFFF;
}
.new_user_registration h1{
	color: #0661aa;
	padding: 20px 28px 0px 28px;
	font-size: 22px;
}
.new_user_registration h3{
	font-size: 18px;
	line-height: 22px;
	padding: 20px 28px 0px 28px;
	color: #555555;
}
.new_user_registration .user_target{
	display: block;
	cursor: pointer;
	float: left;
	width: 166px;
	height: 335px;
	border-left: 1px dotted #999999;
	padding: 7px;
	text-decoration: none;
	text-align: center;
	margin-top: 40px;
}
.new_user_registration .user_target h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 20px;
	height: 40px;
}
.new_user_registration .user_target p{
	font-size: 14px;
	padding-top: 130px;
	background-repeat: no-repeat;
	background-position: top center;
}
.new_user_registration .user_target:hover{
	background-repeat: repeat-x;
}
.new_user_registration .user_target#viaggiatore{
	color: #7ab712;
}
.new_user_registration .user_target#tour_operator{
	color: #696a64;
}
.new_user_registration .user_target#comunita{
	color: #4786aa;
}
.new_user_registration .user_target#struttura{
	color: #de5011;
}
.new_user_registration .user_target#guida{
	color: #e4139d;
}
.new_user_registration .user_target#viaggiatore p{
	background-image: url(../img/icons/registration/viaggiatore.png);
}
.new_user_registration .user_target#tour_operator p{
	background-image: url(../img/icons/registration/tour_operator.png);
}
.new_user_registration .user_target#comunita p{
	background-image: url(../img/icons/registration/comunita.png);
}
.new_user_registration .user_target#struttura p{
	background-image: url(../img/icons/registration/struttura.png);
}
.new_user_registration .user_target#guida p{
	background-image: url(../img/icons/registration/guida.png);
}
.new_user_registration .user_target#viaggiatore:hover{
	background-image: url(../img/bg/registration/bg_viaggiatore.gif);
}
.new_user_registration .user_target#tour_operator:hover{
	background-image: url(../img/bg/registration/bg_tour.gif);
}
.new_user_registration .user_target#comunita:hover{
	background-image: url(../img/bg/registration/bg_comunita.gif);
}
.new_user_registration .user_target#struttura:hover{
	background-image: url(../img/bg/registration/bg_strutture.gif);
}
.new_user_registration .user_target#guida:hover{
	background-image: url(../img/bg/registration/bg_guide.gif);
}

.new_user_registration .steps{
	background-color: #fde8cc;
	margin-left: 10px!important;
	margin-left: 5px;
	width: 176px;
	height: 600px;
	float: left;
}
.new_user_registration .steps .step{
	background-image: url(../img/bg/registration/steps_off.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	height: 140px;
}
.new_user_registration .steps .step span{
	background-image: url(../img/bg/registration/bg_numbers.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 27px;
	height: 27px;
	margin: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 40px;
}
.new_user_registration .steps .step p{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	padding-top: 8px;
}
.new_user_registration .user_info{
	width: 759px;
	float: left;
	padding-left: 10px;
}
.new_user_registration .user_info h3{
	text-transform: uppercase;
	color: #f68e02;
	padding: 20px 0px 10px 0px;
}

.new_user_registration .user_info .newuser_data{
	height: 140px;
	background-color: #f4fadd;
	padding: 25px 10px;
}
.new_user_registration .user_info .input_label{
	width: 90px;
	padding-top: 10px;
	float: left;
	font-weight: bold;
	color: #555555;
}
.new_user_registration .user_info .input_form1{
	width: 400px;
	float: left;
}
.new_user_registration .user_info .input_form1 input{	
	background-color: #f3f9fc;
	border-top: 1px solid #eda739;
	border-right: 1px solid #f5dcb7;
	border-bottom: 1px solid #f5dcb7;
	border-left: 1px solid #eda739;
	font-size: 14px;
	padding: 8px;
	color: #333333;
	width: 250px;
}
.new_user_registration .user_info .user_border{
	border-bottom: 1px dotted #2580c8;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.new_user_registration .user_info .newuser_submit{
	background-color: #e5f2fa;
	padding: 10px;
	height: 333px;
}
.new_user_registration .user_info h4{
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	color: #555555;
}
.new_user_registration .user_info .check_form{
	color: #025ea9;
	font-style: italic;
	font-size: 14px;
	padding: 21px 0px;
}
.new_user_registration .user_info check_form a{
	color: #025ea9;
}
.new_user_registration .user_info .send_user{
	width: 56px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bottoni/invia_blu.png);
	background-repeat: no-repeat;
	font-size: 0px;
	border: 0px;
	cursor: pointer;
}
.new_user_registration .user_info .send_user:hover, .new_user_registration .user_info .reset_user:hover{
	background-position: 0px -22px;
}
.new_user_registration .user_info .reset_user{
	width: 58px;
	height: 22px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bottoni/reset_blu.png);
	background-repeat: no-repeat;
	font-size: 0px;
	border: 0px;
	cursor: pointer;
	margin-left: 10px;
}
.new_user_registration .user_info .img_captcha{
	width: 188px;
	float: left;
	margin-top: 25px;
}
.new_user_registration .user_info .img_captcha img{
	border: 1px solid #3d7798;
}
.new_user_registration .user_info .input_captcha{
	width: 300px;
	float: left;
	padding-top: 45px;
}
.new_user_registration .user_info .input_captcha input{
	border-top: 1px solid #a0c4da;
	border-right: 1px solid #daf2ff;
	border-bottom: 1px solid #daf2ff;
	border-left: 1px solid #a0c4da;
	width: 150px;
	background-color: #f3f9fc;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}
.new_user_registration .user_info .reload_captcha{
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
}
.new_user_registration .user_info .reload_captcha a{
	color: #555555;
}
.new_user_registration .user_info .captcha_error {
	color: #FF0000;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
}
.new_user_registration .user_info .user_principles{
	height: 528px;
	background-color: #e6eef1;
	padding: 20px 10px 0px 10px;
}
.new_user_registration .user_info .text_principles{
	height: 450px;
	overflow: auto;
	padding-right: 5px;
	margin-bottom: 10px;
}
.new_user_registration .user_info .sottoscrivo{
	height: 50px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	background-image: url(../img/bottoni/accept_yes.gif);
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
	color: #e6eef1; 
}
.new_user_registration .user_info .sottoscrivo:hover{
	background-position: 0px -50px;
}



