#dropinboxv2cover{
	width: 270px !important;
	width: 270px;
	height: 450px !important;
	height: 450px;
	position:absolute;
	z-index: 110;
	overflow:hidden;
	visibility: hidden;
}

#dropinboxv2{
width: 270px !important; /*KEEP WIDTH THE SAME AS ABOVE, MINUS 20 PIXELS */
height: 450px !important; /*KEEP HEIGHT THE SAME AS ABOVE, MINUS 20 PIXELS. REMOVE if you wish box to be content's natural height*/
height:450px;
width:450px;
/*border: 1px solid #ff6600; Border size, style, and color
border-top:7px solid #ff6600; thicker top border.  Change if you want
background-color: #ff6600; */
padding: 0;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
font-size:14px;
}

#dropinboxv2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:26px;
	color:White;
	text-align:center;
	text-decoration:underline;
	padding:0;
	margin:0;
}
