/* stili per box fluttuante */
#dropinboxv2cover{
width: 970px; /*si puņ cambiate */
height: 35px;  /*si puņ cambiare*/
/*position:absolute; /*non modificare*/
/*z-index: 100;*/
overflow:hidden;
}

#dropinboxv2{
width: 100%; /*cambiare prendendo quella del cover meno 20 px. */
height: 30px; /*cambiare prendendo quella del cover meno 20 px*/
border-bottom: 3px solid #e1e1e1; /*Personalizzare l'aspetto del box*/
background-color: #f75d5d;
/*background: #fff url("../img/bg_dxCol.jpg") repeat;*/
/*background-position: top right;*/
padding: 4px;
/*position:absolute; /*Non modificare */
left: 0;
top: 0;
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000;
text-align: left;
}
/* fine style box fluttuante  */
.aa {
	font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana;
	font-size: 12px;
	background-color: white;
	border-width: 2px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	margin-top: 1px;
	text-align:left;	
}
.aa_highlight {
	background-color: #FFFF00;
	color: #000000;
}
.aa_wait {
	cursor: wait;
	background-image: url(indicator.gif);
	background-repeat: no-repeat;
	background-position: 98% center;	
}
.aa * {
	padding: 3px;
	text-align:left;
}