#dropinboxv2cover{
width: 320px; /*change width to desired */
height: 220px;  /*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: 300px; /*change width to above width-20. */
/*height: 150px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid #344c5e; /*Customize box appearance*/
background-color: #c2dfef;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
font-family: verdana;
}

#tsasale
{
	color: #036;
	
	font-size: 18;
	font-weight: bold;
	text-align: center;
}
#tsasale a
{
	color: #fc1922;
	
}