body { padding : 0; margin : 10px; }
form { margin : 0 0 0 0; padding : 0; }
input {margin : 0 0 0 0; vertical-align : middle; }
h1 { margin : 0 0 0 0; }
p { margin : 0 0 0 0; }
ul { margin-top : 10px; margin-bottom : 0px; }

body
      {
          background: #fff;
          font-family: Helvetica, Arial, sans-serif;
          font-size: 13px;
          text-align: center;
      }

      #header
      {
        margin-bottom: 0px;
        background: #90ACC8;
      }

      #textInput {
        width: 200px;
        margin : 0 0 0 0;
      }

checkbox {
height: 5px;
margin : 0 0 0 0;
}


td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
tr {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
form {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 13pt}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 11pt}
body   {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
a {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: blue}

A.blue:link{ text-decoration: none; color:blue }
A.blue:visited{ text-decoration: none; color:blue }
A.blue:hover{ text-decoration: none; color:blue }

A.black:link{ text-decoration: none; color:#000000 }
A.black:visited{ text-decoration: none; color:#000000 }
A.black:hover{ text-decoration: none; color:#000000 }

A:link{ text-decoration: none; color:#000000 }
A:visited{ text-decoration: none; color:#000000 }
A:hover{ text-decoration: none; color:#000000 }

#dropinboxv2cover{
width: 320px; /*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: 300px; /*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 black; /*Customize box appearance*/
background-color: lightyellow;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}