#dropinboxv2cover{
width: 294px; /*change width to desired */
height: 344px;  /*change height to desired. REMOVE if you wish box to be content's natural height */

position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 278px; /*change width to above width-20. */
height: 324px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px solid #ffff00; /*Customize box appearance*/
background-color: #0a3252;
background: url('../immagini/lcd250.gif') center center no-repeat;
background-position:1px 1px;
padding-top:6px;padding-left:0px;
text-align:center;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

#chiudi {height:15px;
font-family: Arial, Verdana, Helvetica, Sans-serif;font-size:6pt;
vertical-align:top;text-align:right;padding-right:15px	
}
