input, select, checkbox, textarea {
	color: #333333;
	background: #ffffff;
	border-style: inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #FFFFFF;
	background-color: #990000;
}
label {
	display: block;
	float: left;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}



.button {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: #000000;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
background-color:#CCCCCC;
border-style: outset;
text-decoration: none;
}

.button2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #000000; clip:  rect(   ); filter: BlendTrans(Duration=5); border-style: outset; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.button2_bianco_scritta_blu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: Blue;
	clip: rect( );
	filter: BlendTrans(Duration=5);
	background-color: transparent;
	border-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background : White;
	background-image : none;
	background-attachment : fixed;
}
