/* CSS Document */
input, textarea, select {
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	}
 
input.px25, textarea.px25, select.px25 {	
	padding: 1px 2px;
	border: 1px solid #999999;
	background-color: #f9f9f9;
	width: 80px;
}

input.px100, textarea.px100, select.px100 {	
	padding: 1px 2px;
	border: 1px solid #FFAA22;
	background-color: #f9f9f9;
	width: 150px;
}

input.px400, textarea.px400, select.px400 {	
	padding: 1px 2px;
	border: 1px solid #FFAA22;
	background-color: #f9f9f9;
	width: 400px;
}
.butn {
	background: #F6F6EC;
	color: #333333;
	padding: 1 3px 1px;
	border: 1px solid #666666;
	height: 20px;
	width: 50px;
}
.testo_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

