#labcontent{
margin-top:25px;
margin-left:60px;
}
/* Off state for a ARC checkbox */
.altCheckboxOff {
border: 1px silver solid;
	display: block;
	/*padding: 60px 80px; /* NS 6 problem */
	padding:3px;
  padding-left: 35px;
	color: #666;
	height: 50px;
	background-image: url(/assicurazioni/img/spento.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border: 0px;
	cursor: pointer;
		font-weight: bold;
}
/* On state for a ARC checkbox */
.altCheckboxOn {
	display: block;
	/*padding: 60px 80px; /* NS 6 problem */
	padding:3px;
  padding-left: 35px;
	color: #000;
	height: 50px;
	font-weight: bold;
	background-image: url(/assicurazioni/img/acceso.gif);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border: 0px;
}

.titolo_casaok {
font-size: 20px;
font-weight: bold;
}

a.preventivoPopCasa{ background:url(../img/butt_preventivo2.gif) no-repeat; width:169px; height:30px; line-height:28px; color:#ffffff !important; display:block; text-align:center; font-weight:bold; font-size:16px; position:absolute; right:80px; top:200px; text-decoration: none !important;}

