.text {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;		
	}

.infoText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	font-style: normal;
	font-weight: normal;
	color: #ffcc00;		
}

.text img {
	border: 1px solid #6592a7;
	background-image: url('../images/caricamentoImg.gif');
	background-repeat: no-repeat;
}

A.text { text-decoration : underline; }
A.text:hover { text-decoration : none; }
A.text:active { text-decoration : underline; }

.textorange {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	font-style: normal;
	font-weight: bold;
	color:#FFBA00;		
	}

A.textorange { text-decoration : underline; }
A.textorange:hover { text-decoration : none; }
A.textorange:active { text-decoration : underline; }

.textb {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;		
	}

A.textb { text-decoration : underline; }
A.textb:hover { text-decoration : none; }
A.textb:active { text-decoration : underline; }

.textblu{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	font-style: normal;
	font-weight: bold;
	color: #45779A
	}
	
#dropmenudiv{
position:absolute;
z-index:100;
}


.text input {
	background-color: transparent;
}

INPUT
{
	font-family: Verdana, Arial, sans-serif;
	background-color: #fff;
	font-size: 10px;
	color : #2C2E55;
}
SELECT
{
	COLOR: #2C2E55;
	BACKGROUND-COLOR: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;	
	border-left: 1px inset #486D95;
	border-right: 1px inset #B3C1D1;
	border-bottom: 1px inset #B3C1D1;
	border-top: 1px inset #486D95;
}
TEXTAREA
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	BACKGROUND-COLOR: transparent;
	border-left: 1px inset #486D95;
	border-right: 1px inset #B3C1D1;
	border-bottom: 1px inset #B3C1D1;
	border-top: 1px inset #486D95;
	width: 150px;
	color : #333333;	
}


