#dropinboxv2cover{
width: 300px; /*change width to desired */
/*height: 425px;*/  /*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: 285px; /*change width to above width-20. */
/*height: 405px;*/ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 3px solid #125906; /*Customize box appearance*/
background-color: #dfdfdf;
padding: 3px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
padding:25px;
padding-top:20px;
font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}
