/*BOTTONE INVIA INFORMAZIONI*/
.button
{
	border-bottom:thin solid #cccccc;
	border-right:thin solid #cccccc;
	border-top:thin solid #ffffff;
	border-left:thin solid #ffffff;
	font-size:11px;
	font: 11px/17px "Lucida Grande", tahoma, sans-serif;
	font-weight:bold;
	background-color:#004B86;
	color: #ffffff;
	margin-top:3px;
	padding-top:0px;
	/*cursor:hand;*/
	height: 22px;
	width:355px;
}
/*CAMPI DI TESTO*/
.input
{
    COLOR: #000000;
    FONT-SIZE:13px;
    BORDER:1px;
    border-top:	thin solid #cccccc;
    border-left:	thin solid #cccccc;
    
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
    margin:5px 0 0 0px; 
}
/*TEXT AREA*/
.textarea
{
    COLOR: #000000;
    FONT-SIZE:13px;
    height:50px;
    width:355px;
    BORDER: 1px;
    border-top:	thin solid #cccccc;
    border-left:	thin solid #cccccc;
    BACKGROUND-COLOR: #ffffff;
    TEXT-ALIGN: left;
    margin:5px 0 0 0px; 
}
/*TITOLO RICHIESTA INFORMAZIONI*/
.richiesta_info 
{
	color:#004B86;
	font-family:Verdana;
	margin:10px 0 10px 0px;
		
	}