#dropinboxv2cover{
	width: 600px; /*change width to desired */
	height: 336px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position: absolute; /*Don't change below 4 rules*/
	left: 50%;
	margin-left: -100px;
	z-index: 2;
	overflow: hidden;
	visibility: visible;
}
#dropinboxv2{
	width: 600px; /*change width to above width-20. */
	height: 200px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	/*border: 2px solid black; Customize box appearance*/
	/*background-color: lightyellow;*/
	padding: 0px;
	position:absolute; /*Don't change below 3 rules */
	left:0;
	top:0;
}
