#dropinboxv2cover{
width: 570px; /*change width to desired */
/* height: 400px;  /*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: 100;
overflow:hidden;
visibility: visible;
}

#dropinboxv2{
width: 550px; /*change width to above width-20. */
/* height: 400px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border:#993300 2px solid; /*Customize box appearance*/
background-color:#FFFFFF;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}

#dropinboxv2 a {
	color:#CC0000;
}

#dropinboxv2 a:hover {text-decoration: none;background:#999999;color: #ffffff;}

.dropin_sponsors { width:100%;height:100px;border-top:#cccccc 1px solid; border-bottom:#cccccc 1px solid;}

.dropin_image { float:none; padding: 20px; }

.dropboxH1 {font-size: 197%;font-family:Geneva, Arial, Helvetica, sans-serif;color:#000000;}