body {
	font-family: Arial, Helvetica, sans-serif;
    font-size:normal;
    }

td.text {
	font-family: Arial, Helvetica, sans-serif;
    font-size:normal;
    line-height:21px;
	color:#666666;
	padding:10px;
	}
	
	
	
	
/* slider style */	

#dropinboxv2cover{
width: 375px; /*change width to desired */
height: 240px;  /*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: 340px; */ /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 2px solid #b8cf89; /*Customize box appearance*/
background-color: #d9e5c1;
padding: 0px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
color:#666666;
font-family:arial,verdana,helvetica, sans-serif;
}

a.sliderlink{text-align:right;color:#548022;text-decoration:none;}

