
#tabella-offerte {
	width: 90%;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

form { margin:0
}


#tabella-offerte td.descrizione {
	background-color: #dcf3fd;
	color: #000000;
	font-size: 110%;	
	padding: 10px;
	border-bottom: 2px solid #bce2f2;
}




#tabella-offerte td.titolo {
	background-color: #339be5;
	background-image: url(../immagini/tariffe/angolotondo_dx_tariffe.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #ffffff;
	font-weight: bold;
	height: 21px;
	padding-left: 10px;
}

#tabella-offerte td.data {
	background-color: #bce2f2;
	color: #000000;
	font-size: 100%;	
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#tabella-offerte p {
	margin: 0;
	line-height: 170%;
	font-size: 90%;
}

#tabella-offerte p img{
	margin-right: 10px;
	margin-bottom: 5px;
	border: 2px solid #ffffff; 
}