#dropinboxv2cover{
	width: 580px; /*change width to desired */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 90;
	overflow:hidden;
	visibility: hidden;
	top: -24px;
}

#dropinboxv2{
	font-family: Arial, Helvetica, sans-serif;
	width: 535px; /*change width to above width-20. */
	height: 590px; /*change height to above height-20. REMOVE if you wish box to be 	content's natural height*/
	padding: 10px;
	position:absolute; /*Don't change below 3 rules */
	top: 0;
}