html,body,p {
	margin:0;
	padding:0;
    border:0;
}

SELECT {
	background-color: #FFFFFF;
	color: #444444;
	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	width: 238px;
	border: 1px solid #999999;
	margin-left: 5px;
}

img {
	border: none;
	vertical-align:middle;
}

.bottone {
	background-color: #FFFFFF;
	color: #ff3399;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #666666;
	font-weight: bold;
	padding:3px;
	width: 180px;
	background-image: url(../img-struttura/SF_bottoni.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.bottone-invia {
	background-color: #FFFFFF;
	color: #ff3399;
	font-family: verdana;
	font-size: 11px;
	border: 1px solid #666666;
	font-weight: bold;
	padding:0px;
	width: 50px;
	background-image: url(../img-struttura/SF_bottoni.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.Testo_form {
	color: #333333;
	font-family: arial;
	font-size: 11px;
}

.bordo-hr-punti {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

.bordo-hr-rosa {
	border-top: 1px solid #ff3399;
}

hr {
	border: 1px dotted #333333;
	height: 1px;
}

.testo10 {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
}

.testo10:link, .testo10:visited {
	font-family: verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #555555;
	line-height: 15px;
}

.testo10:hover {
	text-decoration: underline;
}
/*--DIV base su ricerca avanzata*/
#ricerca_avanzata {
	position:absolute;
	left:0px;
	top:0px;
	width:447px;
	height:258px;
	z-index: 1;
}

/*--DIV nascosto comuni su ricerca avanzata*/
#Comuni {
	position:absolute;
	left:0px;
	top:109px;
	width:447px;
	height:258px;
	background-color: #ffffff;
	border: 1px solid #FF3399;
	visibility:hidden;
	z-index: 2;
}

#Comuni_top {
	position:absolute;
	left:3px;
	top:0px;
	width:440px;
	height:34px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#Comuni_lista {
	position:absolute;
	left:3px;
	top:38px;
	width:440px;
	height:190px;
	overflow-y: scroll;
}

#Comuni_bottom {
	position:absolute;
	left:3px;
	top: 223px;
	width:440px;
	height:30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

/*--DIV nascosto tipo immonbile su ricerca avanzata*/
#Tipoimm {
	position:absolute;
	left:0px;
	top:149px;
	width:447px;
	height:218px;
	background-color: #ffffff;
	border: 1px solid #FF3399;
	visibility: hidden;
	z-index: 2;
}

#Tipoimm_top {
	position:absolute;
	left:3px;
	top:0px;
	width:440px;
	height:34px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#Tipoimm_lista {
	position:absolute;
	left:3px;
	top:38px;
	width:440px;
	height:140px;
	overflow-y: scroll;
}

#Tipoimm_bottom {
	position:absolute;
	left:3px;
	top:185px;
	width:440px;
	height:34px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}

