/* FORM */
label{
	font-size: 11px;
	color:#676767;
}


div#form_msg_error{
	border:3px solid #b65454;
	padding:10px;
	margin:10px 0px 10px 0px;
	color:#b65454;
	width:518px;
	font-size:12px;
}

div#form_descrizione{
	margin-bottom:20px;
	font-size:11px;
	color:#676767;
	
}

div#form_container{
width:551px;
margin:0;
padding:0;
height:347px;
}

input#form_input_text{
	margin-bottom:5px;
	font-size: 11px;
	color:#000;
	background-color:#d6d6d6;
	border:none;
	height:15px;
	padding-left:10px;
	background-image: url(../../immagini/bg_input_text.gif);
	background-repeat: no-repeat;
	background-position:left top;

}

select#form_input_select{
	margin-bottom:5px;
	border:1px solid #c0c0c0;
	font-size: 13px;
	color:#000;
}

textarea#form_input_textarea{
	margin-bottom:5px;
	background-color:#d6d6d6;
	border:none;
	font-size: 11px;
	overflow:-moz-scrollbars-vertical;
	padding-left:10px;
	background-image: url(../../immagini/bg_input_text.gif);
	background-repeat: no-repeat;
	background-position:left top;	
}

div#form_input_textarea_privacy{
	margin-bottom:5px;
	background-color:#d6d6d6;
	border:none;
	color:#676767;
	padding:3px;
	font-size: 11px;
	background-image: url(../../immagini/bg_input_text.gif);
	background-repeat: no-repeat;
	background-position:left top;		
	padding-left:10px;

}

	div#form_input_textarea_privacy a{
		color:#676767;
		text-decoration:underline;
	}
	div#form_input_textarea_privacy a:hover{
		color:#676767;
		text-decoration:none;
	}


div#form_input_textarea_privacy_didascalia{
	color:#676767;
	font-size: 11px;
}


div#dettaglio_titolo_form_pagina{
	margin-bottom:20px;
}


div#div_container_submit{
	padding-left:250px;

}

.input_submit_modulo{

	padding:4px 10px 5px 10px;
	height:22px;
	background-color:#d6d6d6;
	width:100px;
	font-size:12px;
	cursor:hand;
	background-image: url(../../immagini/bg_input_text.gif);
	background-repeat: no-repeat;
	background-position:left top;		
	border:none;
	color:#747474;
	font-weight:bold;



}
.input_submit_hover_modulo{
	padding:4px 10px 5px 10px;
	height:22px;
	background-color:#d6d6d6;
	width:100px;
	font-size:12px;
	cursor:hand;
	background-image: url(../../immagini/bg_input_text.gif);
	background-repeat: no-repeat;
	background-position:left top;		
	border:none;
	color:#0060a4;
	font-weight:bold;

}

div#form_container_campo_testo_semplice{
	font-size:11px;
	color:#d6d6d6;
}
