#dropinboxv2cover{
width: 438px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}
 
#dropinboxv2{
width: 418px; /*change width to above width-20. */
border: 2px solid #f28b1b; /*Customize box appearance*/
background-color: #fff2ce;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
background:#fff2ce url(../images/bg_fr.gif) no-repeat bottom right;
}
.cl a
{text-decoration: none;
color: ##006FB6;}
.cl a:hover {color: #F78F1E;}
