#dropinboxv2cover{
	width: 300px; /*change width to desired */
	height: 240px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
	position:absolute; /*Don't change below 4 rules*/
	z-index: 80;
	overflow:hidden;
	visibility: hidden;
	background-color: #66FF66;
}


#dropinboxv2{
	width: 280px; /*change width to above width-20. */
	height: 240px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 1px solid black;
	padding: 1px;
	position:absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
	line-height: 0,5em;
	font-size: small;
	font-style: normal;
	text-decoration: blink;
	text-align: center;
	font: bold;
	background-color: #FFFFFF;
}
