body {
	background-color: #000;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#content{
display:block;
width: 400px;
background: #fff;
margin-top: 50px;
color:#000;
font:Verdana, Arial, Helvetica, sans-serif;
}

#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background: #fff;
color: white;
padding-left: 0px;
width: 100%;
}

#dropdownpanel .control{ /*Div containing panel button*/
border-top: 0px solid red;
color: red;
font-weight: bold;
text-align: center;
background: #fff url("mmm.gif") center center no-repeat; /*change panel.gif to your own if desired*/
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 67px; /* 21px + 3 px should equal height of "panel.gif" */
line-height:67px; /* 21px + 3px should equal height of "panel.gif" */
}
body {
background-color: #fff;
}
