img { bordeR:none; }

#dropinboxv2cover{
width: 559px; /*change width to desired */
height: 448px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
border: 1px solid #666; /*Customize box appearance*/
z-index: 100;
overflow:hidden;
background-color: #fff;
visibility: hidden;
}

#dropinboxv2{
width: 550px; /*change width to above width-20. */
height: 440px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
background-color: #fff;
margin:4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

