body {
	/*background: transparent;*/
	font-family: "Trebuchet ms", arial, helvetica, serif;
   font-size: 9px;
   /*color: white;*/
}

.input{
	width: 250px;
	height: 20px;
	font: 11px "Trebuchet ms", arial, helvetica, serif;
	color: white;
	text-align: left;
	margin: 0;
	padding: 0 2px 0 2px;
	border: 1px solid #003366;
	overflow: hidden;
	background: #DD0000;
}

.tasto {
	width: 100px;
	height: 20px;
	background: #DD0000;
	border: 1px solid #003366;
	font: 11px "Trebuchet ms", arial, helvetica, serif;
	color: white;
	text-align: center;
	padding: 0 2px 0 2px;
	margin-left: 5px;
}