* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 11px Arial;
	color: #FFF;
}

.bordo-dx{
	border-right: #FFFFFF solid 3px;
	float:left;
}

.bordo-bt{
	border-bottom: #FFFFFF solid 3px;
}

.cont{
	margin:12px 25px;
}


/*----------testi-----------*/


.tit-bianco, .tit-bianco h1, .tit-bianco h2{
	font: normal 14px Arial;
	color: #FFF;
	text-decoration:underline;
	display:inline;
}

.tit-nero, .tit-nero h1, .tit-nero h2{
	font: normal 14px Arial;
	color: #000;
	text-decoration:underline;
	display:inline;
}

.txt-bianco, .txt-bianco a:hover, .txt-bianco h1, .txt-bianco h2{
	font: normal 11px Arial;
	color: #FFF;
	text-decoration:none;
	line-height:20px;
	/*display:inline;*/
}

.txt-bianco a{
	font: normal 11px Arial;
	color: #FFF;
	text-decoration:underline;
	line-height:20px;
}

.txt-nero, .txt-nero a:hover{
	font: normal 11px Arial;
	color: #000;
}

h1, h2{
	display:block;
}

.txt-nero a{
	font: normal 11px Arial;
	color: #000;
	text-decoration:underline;
}

.menu-bianco, .menu-bianco a:hover, .menu-bianco h1, .menu-bianco h2{
	font: normal 11px Arial;
	color: #FFF;
	text-decoration:none;
	line-height:20px;
}

.menu-bianco a{
	font: normal 11px Arial;
	color: #FFF;
	text-decoration:underline;
	line-height:20px;
}

/*form*/

form{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	}
	
fieldset{
	width:248px;
	float:left; /*serve per contenere i float al suo interno*/
	margin:0;
	padding:0 0 5px 0;
	border:1px solid #ABB58C;
	}
	
legend{
	border:none;
	margin:0 0 0 8px;
	padding:0;
	font:normal 12px Arial;
	color: #4e592c;
	line-height: 20px;
	text-decoration: none;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0 5px;
	float:left;
	width:95%;
	}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:80px;
	height:20px;
	font:normal 11px Arial;
	color:#615d57;
    line-height:20px;
	}

label.piccolo{
	width:30px;
	height:15px;
    line-height:15px;
	}
	
input{
	float:left;
	border:#4e592c solid 1px;
	margin:2px 10px 0 0;
	padding:0 3px;
	width:auto;
	height:15px;
	background:#ABB58C;
	font:normal 11px Arial;
	color:#4e592c;
	}
	
input.radio{
	background:none;
	border:none;
	margin:1px 10px 0 0;
	}
	
select{
	float:left;
	border:#4e592c solid 1px;
	margin:2px 10px 0 0;
	padding:0 0 0 3px;
	width:auto;
	height:15px;
	background:#ABB58C;
	font:normal 11px Arial;
	color:#4e592c;
	}
		
textarea{
	float:left;
	border:#4e592c solid 1px;
	margin:2px 0 0 0;
	padding:0 0 0 6px;
	width:220px;
	height:116px;
	background:#ABB58C;
	font:normal 11px Arial;
	color:#4e592c;
	}
	
textarea.info{
	height:146px;
	border-color:#4e592c;
	background:#ABB58C;
	color:#4e592c;
	}
	
.bottone{
	margin:2px 0 0 0;
	padding:0;
	border:1px solid #4e592c;
	width:80px;
	height:17px;
	background: #ABB58C;
	vertical-align:middle;
	font:bold 11px Arial;
	color:#4e592c;
	}
	
form br{
	clear:left;
	}
	
.miniature
{
float:left;
margin-right:5px;
border:#000000 1px dotted
}
