#dropinboxv2cover{
	width: 410px; /*change width to desired */
	height: 465px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	padding: 0px;
/*Don't change below 4 rules*/
	position:absolute;
	z-index: 100;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
	width: 410px; /*change width to above width-20. */
	height: 455px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 0px solid black; /*Customize box appearance*/
	padding: 0px;
/*Don't change below 3 rules */
	position:absolute;
	left: 0;
	top: 0;
}
