/* CSS Document */

#blocker {
			width: 300px;
			height: 300px;
			background: red;
			padding: 30px;
			border: 5px solid green;
		}

		a.regolamento, a.regolamento:link, a.regolamento:visited {
			font-size:12px;
			font-weight:bold;
			color:#000;
			text-decoration:none;
		}
		
		a.regolamento:hover {
			font-size:12px;
			font-weight:bold;
			color:#fff;
			text-decoration:none;
		}
		a.acquisto, a.acquisto:link, a.acquisto:visited {
			font-size:12px;
			font-weight:bold;
			color:#000;
			text-decoration:none;
		}
		
		a.acquisto:hover {
			font-size:12px;
			font-weight:bold;
			color:#D70778;
			text-decoration:none;
		}

.contenuto_prevoucher {
	background-image:url(/post-it-index3M/images/interno_index_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px 40px;
	font-size:14px;
}

 .contenuto_prevoucher td {
	font-size:16px;
 }
 
 .text_medium {
	 font-size:12px;
 }
 
 .text_small {
	 font-size:10px;
 }