#dropinboxv2cover{
z-index:1111;
width: 520px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
overflow:hidden;
visibility: hidden;

}
a.content:link {color: #ffffff; text-decoration: underline; }
a.content:active {color: #ffffff; text-decoration: underline; }
a.content:visited {color: #ffffff; text-decoration: underline; }
a.content:hover {color: #ffffff; text-decoration: none; }

#dropinboxv2{
width: 500px; /*change width to above width-20. */
border: 4px solid #004182; /*Customize box appearance*/
background-color: #dedede;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}