a.linktrasparente img {
	/*filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;*/
	border: 1px solid #FF0000;
	
}
a.linktrasparente:link img {
	/*filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;*/
	border: 1px solid #FF0000;
	
}
a.linktrasparente:active img {
	/*filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;*/
	border: 1px solid #FF0000;
	
}
a.linktrasparente:visited img {
	/*filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;*/
	border: 1px solid #FF0000;
	
}
a.linktrasparente:hover img {
	/*filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;*/
	border: 1px solid #0066FF;
	
}
/*--------------------------*/
a:link {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
/*--------*/
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
}
.inputError{
	background-color: #FFFF66;
	border: 1px dashed #CC0000;
}
.bottone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img_comuni/bottone.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 60px;
	height: 20px;
	margin-left: 15px;
	cursor: default;
	padding-bottom: 4px;
}
.prezzo {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.prezzo_promo {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.tastiDX       {
	float: right;
	margin-right: 30px;
}
.tastiSX {
	float: left;
	margin-left: 30px;
	margin-bottom: 10px;
}
.bordoGiu {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.bordoDx {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.imgDX {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	clear: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.sottotitolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
	margin-bottom: 10px;
	font-weight: bold;
}

.titoloPag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
}

.sottotitolo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	margin-bottom: 10px;
	font-weight: bold;
}
