.cageRegistrazione {
	line-height: 19px;
}

.boxRegistrazione, .boxNWLSMS, .boxLogin {
	background: #efefe5;
	padding: 10px;
	margin-bottom: 10px;
}

.boxRegistrazione h2 {
	color: #5a5a5c;
	font-size: 19px;
}

.boxRegistrazione ul {
	padding-bottom: 40px;
}

.boxRegistrazione li, .boxLogin li {
	clear: both;
	padding: 10px 0;
}

.boxRegistrazione label, .boxLogin label {
	float: left;
	width: 150px;
	height: 30px;
	display: block;
	font-weight: bold;
}

.comune {
	width: 240px !important;
}

.provincia  {
	width: 75px !important;
	font-weight: bold;
	margin-left: 55px;
}

.boxRegistrazione select {
	width: 60px;
}
.boxRegistrazione input, .boxLogin input, .boxRegistrazione textarea  {
	float: left;
	width: 430px;
	display: block;
	border: 1px solid #cfcccc;
	background: #fff url(/libs/css/default_theme/assets/bgCampiInput.gif) no-repeat top left;
	height: 16px;
	color: #555;
}
.boxRegistrazione textarea {
	height: 200px;
}
.testoRiservatezza, .testoNWLSMS {
	padding: 5px;
	font-size: 10px;
	margin: 10px 0;
}

.testoRiservatezza label {
	font-weight: bold;
	font-size: 11px;
	padding-right: 130px;
}

.includePrivacy {
	border: 1px solid #5b5b5b;
	overflow: auto; 
	height: 60px;
	font-size: 9px;
	padding: 5px;
}

.boxNWLSMS label {
	padding-right: 40px;
	font-weight: bold;
}

.btnIscriviti, .btnLogin {
	background: #0083a9 url(/libs/css/default_theme/assets/iconIscriviti.gif) no-repeat 5px 5px;
	font-family: Georgia, Palatino, Palladio, serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 3px 3px 3px 20px;
	margin: 15px 5px 0 0;
	cursor: pointer;
}

.regLogin {
	background: url(/libs/css/default_theme/assets/iconRegLogin.gif) no-repeat top left;
	padding: 2px 0 5px 19px;
}

.aiutoLogin {
	background: url(/libs/css/default_theme/assets/iconAiutoLogin.gif) no-repeat top left;
	padding: 2px 0 5px 19px;
}

.btnLogin {
	margin: 0 0 0 150px;
}

.boxLogin input {
	width: 270px;
}

label span, .infoErr, .liErrore {
	color: #f00;
	font-style: italic;
}

.liErrore {
	margin: 0 0 -15px 0; 
	padding: 0;
}

.inputErrore {
	color: #f00;
}

.inputErrore input {
	border: 1px solid #f00;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#f5f5f5;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	text-align: center;
	height:120px;
	width:400px;
	z-index:2;
	padding:12px;
}
.indirizzo {
	font-size: 16px;
	margin-top: 10px;
}