#dropinboxv2cover{
width: 606px; /*change width to desired */
/*height: 220px; 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: hidden;
}
#dropinboxv2{
width: 586px; /*change width to above width-20. */
/*height: 200px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid #333; /*Customize box appearance*/
background-color: #cccc99;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left:0;
top:0;
}
#dropinboxv3{
background-color:#ffffff;
color:#000080;
text-align:left;
padding:4px;
margin:0;
font-family:verdana;
}
#dropinboxv3 p{
margin:8px auto 0;
}
#optin p, form {
color:#333333;
font-size:1.2em;
font-family:verdana;
text-align:center;
line-height:1.3em;
font-weight:bold
}
