h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 24px;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #CC0000;
}
.testim {font-family: "Courier New", Courier, mono}
li {
list-style-position: outside;
list-style-image: url(images/checkmark.gif);
list-style-type: square;
}
body {
margin-left: 10px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 10px;
background-color: #FAFAFA;
background-image: url(images/back.jpg);
}

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

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