#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 red; /*Customize box appearance*/
background-color: white;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: 4d4d4d;
	margin-top: 10px;
	margin-bottom: 3px;
}
a {
	color : 63613E;
	text-decoration : none;
}
a:visited {
	color : 63613E;
	text-decoration : none;
}
a:active {
	color : 63613E;
	text-decoration : none;
}
a:link {
	color : 63613E;
	text-decoration : none;
}
a:hover {
	color : 848253;
	text-decoration : underline;
}
.copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 1.6;
	color : 4d4d4d;
}
p {
	margin-top: 12px;
}
.reverse {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 1.6;
	color : e6e6e6;
}
a.reverse {
	color : e6e6e6;
	text-decoration : none;
}
a.reverse:visited {
	color : e6e6e6;
	text-decoration : none;
}
a.reverse:active {
	color : e6e6e6;
	text-decoration : none;
}
a.reverse:link {
	color : e6e6e6;
	text-decoration : none;
}
a.reverse:hover {
	color : ffffff;
	text-decoration : underline;
}
ul {
	margin-left: 20;
	list-style: square;
	margin-top: 0;
}

ol {
	margin-left: 30;
	margin-top: 0;
	font-weight: bold;
}

table.menu a { 
width:132px; 
border:1px solid #333333; 
display: block;
padding-left:4px; 
} 

div.menu a {
color: #333333; 
background: #ffffff; 
text-decoration:none; 
font-size:11px; 
line-height:16px; 
font-family: Verdana, tahoma, helvetica; 
}


div.menu a:link {
      color: #333333; 
      background: #cccc99; }
div.menu a:active { 
      color: #000000;
      background: #cccc99; }
div.menu a:visited {
      color: #333333; 
      background: #cccc99; }
div.menu a:hover {
      color: #eeeeee;
      background: #333333; 
      border:1px solid #000000; }
div.menu ( 
      position:absolute;
      top:0; 
      left:0;
   ) 
   
