/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2009 ***************/
/*********************************************************************/


/*********************************************************************/
/*****                                        ************************/
/*****      ARCHIVIO CONTATTI                 ************************/
/*****                                        ************************/
/*********************************************************************/

#boxContattiArchivio{
	position:relative;
	clear: both;
	float: left;
	margin-top: 5px;
	width: 98%;
}

#boxContattiArchivio .sfondo2 { 
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	width: 98%;
	font-weight: bold;
	padding-left: 4px;
	margin-bottom:2px;
	margin-top:20px; 
	border-bottom: 3px double #AC4602;
	color: #AC4602;
	text-transform: uppercase;
}

#boxContatti ul{
	margin:0;
	padding:0;
	float:left;
	width:50%;
}
#boxContatti ul li{
	list-style-type:none;
	margin:0 0 .5em 0;
	padding:0 0 .5em 0;
}

#boxContatti ul li a.titoloComunicato{
	font-weight:bold;
	font-size:120%;
	color:#666;
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
	display:block;
	padding-bottom:.5em;
}

#boxContatti ul li a:hover{
	background:#EBEBEB;
}

.allegato{
	display:block;
	clear:both;
	margin:.5em 0;
	float:left;
	width:100%;
}

.allegato img{
	vertical-align:middle;
}

.back{
	margin-top:2em;
	clear:both;
	display:block;
	float:left;
	width:100%;
}		

.boxContattiInformazioni{
	margin-bottom:1em;
}

.boxContattiInformazioni IMG {
	float: left;
	margin: 0 15px 10px 0;
}

.boxContattiInformazioni UL {
	clear: none !important;
	float: left;
	border-top: 20px solid white;
}

.boxContattiMessaggio{
	margin-top:1em;
	font-weight:bold;
	text-align:center;
}

.boxContattiMessaggio img{
	margin-bottom:1em;
}

/*********************************************************************/
/**** BOX RICERCA DINAMICA PER SERVIZI STANDARD **********************/
/*********************************************************************/

.mascheraDiInserimento {
	clear: both;
	float: left;
   width: 95%;
	padding: 10px 0px 0px 0px;
	padding-left: 1%; 
	padding-right: 1%;
	border:  5px double #923C02;
}

.mascheraDiInserimento LABEL {
	clear: both;
	float: left;
	position:relative;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	width: 120px;
	text-align: left;
	height: auto;
}

.mascheraDiInserimento INPUT {
	float: left;
	width: 50% !important;
	margin-top: 2px;
}

.mascheraDiInserimento INPUT.campoData {
	margin-left: 5px;
	margin-top: 10px;
	float: left;
	width: 74px !important;
}

.mascheraDiInserimento .separatoreCampoRicerca {
	clear: both;
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

.mascheraDiInserimento .separatoreCampoRicerca textarea{
	width:50%;
	height:4em;
	margin-top: 2px;
}

.mascheraDiInserimento .campoPulsante {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;	
	padding-bottom: 8px;
	border-top: 3px double #923C02;
	padding: 10px 0px 10px 0px;
}

.mascheraDiInserimento .campoPulsante a {
	width: 40% ;
	clear: none;
	float: left ; 
	margin: 0% 30% 0% 30%;
	text-align: center ;
	height: auto;
	background-color: transparent;
	border: 2px solid #923C02;
	line-height: normal;	
}

.mascheraDiInserimento SELECT {
	float: left;
	width: 50% ;
}
