body {
	background-image: url(images/sfondo.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link, a:visited {
	color: #039;
}
a:hover, a:active {
	color: #090;
}


p {
	margin: 0px;
	padding: 7px;
}
	.rilievo { color: #006; font-size: 14px; line-height: 24px; padding: 7px 50px; }

form { padding: 0px; margin: 0px; }
input, textarea, select { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#modulo label,
#modulo .data_label { display: block; height: 19px; line-height: 16px; padding: 5px; }
	#modulo label span,
	#modulo .data_label span { display: block; float: left; width: 90px; text-align: right; height: 19px; line-height: 19px; font-size: 11px; font-weight: bold; color: #999; }
	#modulo label input, 
	#modulo label select,
	#modulo .data_label select { /* Classe da variare a seconda del sito Ricariche o Money */
		float: right; width: 150px; height: 19px; line-height: 19px; border: 1px solid #28b6e2;
	}
		#modulo label select.data,
		#modulo .data_label select.data { width: 48px; font-size: 10px; margin-left: 2px; }


#container {
	background-image: url(images/sfondo_contenuto.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	width: 790px;
	margin: 0px auto;
	padding: 260px 45px 0px 45px;
	position: relative;
}
	#container #logo { /* Classe da variare a seconda del sito Ricariche o Money */
		width: 515px;
		height: 255px;
		position: absolute;
		top: 0px;
		left: -10px;
		z-index: 10;
	}
		#container #logo img { /* Classe da variare a seconda del sito Ricariche o Money */
			border: 0px;
			width: 515px;
			height: 255px;
		}
	#container #accesso {
		width: 500px;
		height: 20px;
		line-height: 20px;
		position: absolute;
		top: 5px;
		left: 20px;
		z-index: 15;
	}
		#container #accesso a:link, #container #accesso a:visited { color: #fff; text-decoration: none; }
		#container #accesso a:hover, #container #accesso a:active { color: #039; text-decoration: none; }

	#container #modulo_container {
		position: absolute;
		top: 0px;
		right: 25px;
		width: 320px;
	}
		#container #modulo_container #modulo {
			background-image: url(images/sfondo_modulo.gif);
			background-position: bottom center;
			background-repeat: no-repeat;
			padding-bottom: 18px;
		}
			#container #modulo_container #modulo #modulo_testata {
				background-image: url(images/sfondo_modulo.gif);
				background-position: top center;
				background-repeat: no-repeat;
				height: 30px;
				line-height: 30px;
				padding: 70px 0px 10px 0px;
				text-align: center;
				color: #fff;
				font-size: 18px;
			}
			#container #modulo_container #modulo #modulo_contenuto {
				padding: 5px;
				margin: 0px 18px;
				background-color: #fff;
			}
				#container #modulo_container #modulo #modulo_contenuto .sottotitolo { /* Classe da variare a seconda del sito Ricariche o Money */
					background-color: #28b6e2; padding: 3px; color: #fff; font-weight: bold; font-size: 11px; clear: both; margin: 5px 0px;
				}
				#container #modulo_container #modulo #modulo_contenuto .condizioni { text-align: center; padding: 5px 0px; clear: both; }
		#container #modulo_container #pulsante {
			width: 243px;
			height: 43px;
			padding-top: 9px;
			text-align: center;
			margin: 0px auto;
			background-image: url(images/pulsante_modulo.gif);
			background-position: top center;
			background-repeat: no-repeat;
		}
			#container #modulo_container #pulsante input,
			#container #modulo_container #pulsante button { background-color: transparent; color: #fff; border: 0px; width: 200px; margin: auto; height: 43px; line-height: 43px; font-size: 18px; font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif; text-align: center; }
		
	#container #footer { text-align: center; padding: 0px 0px 20px 0px; font-size: 11px; }



.alert {
	border: 3px solid #f60;
	padding: 5px;
	text-align: center;
	background-color: #ff6;
	color: #900;
	margin: 0px;
	font-weight: bold;
}
.alert_elenco {
	border: 3px solid #f60;
	border-top: 0px;
	padding: 10px;
	background-color: #fc0;
	color: #900;
	font-weight: bold;
}


.contenuto {
	/* --- */
}
	/* classe aggiuntiva di .contenuto */
	.stretto { width: 468px; }
	
.banner {
	/* --- */
	margin-bottom: 22px;
}
	.banner img { border: 0px; height: 60px; width: 468px; }
	
.linea {
	height: 91px;
	clear: both;
	background-image: url(images/linea.gif);
	background-position: 46px; 0px;
	background-repeat: repeat-x;	
}

