#dropinboxv2cover{
	width: 450px;
	height: 370px;
	position:absolute;
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

a{font-size:inherit;text-decoration:none;color:#666;
}

#dropinboxv2{
width: 450px; /*change width to above width-20. */
height: 370px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 0px solid blue; /*Customize box appearance*/
background-color: white;
padding: 2px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}
