#dropinboxv2cover{
width: 250px; /*change width to desired */
/*height: 152px;*/  /*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;
padding:0;
}

#dropinboxv2{
width: 230px; /*change width to above width-20. */
/*height: 152px; */ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
/*Customize box appearance*/
border:none;
background-color: #FFFFFF;
padding: 0;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
} 
a.adbox {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#666666;
margin-bottom:1px;
text-align:center;
display:block;
padding:4px;
border:1px solid #909193;
}
a.adbox:hover{
	background-color:#909193;
	color:#ffffff;
}
