#dropdownpanel{ /*Outermost Panel DIV*/
position: absolute;
width: 100%;
left: 0;
top: 0;
visibility:hidden;
}

#dropdownpanel .contentdiv{ /*Div containing Ajax content*/
background:#a00002;
color: white;
padding: 10px;
}

#dropdownpanel .control{ /*Div containing panel button*/
color: white;
background:#a00002;
font-weight: bold;
text-align: center;
float:left;
margin:6px 0 0 380px;
padding-bottom: 3px; /* 21px + 3px should equal height of "panel.gif" */
height: 21px; /* 21px + 3 px should equal height of "panel.gif" */
line-height: 21px; /* 21px + 3px should equal height of "panel.gif" */
}

