#dropdownpanel {
position:absolute;
width:100%;
left:0;
top:0;
visibility:hidden;
z-index:200;
}
#dropdownpanel .contentdiv {
margin:0;
padding:0;
background:white;
color:black;
padding:10px;
font-size:1.2em;
overflow:hidden;
}
#dropdownpanel .smartboard {
margin:0 auto;
padding:0;
height:400px;
width:510px;
background:white url("/images/smartboard") center center no-repeat;
text-align:left;
overflow:hidden;
}
#dropdownpanel .inside {
margin:25px;
}
#dropdownpanel .control {
border-top:5px solid black;
color:white;
text-align:center;
background:transparent url("/images/panel") center center no-repeat; /*change panel.gif to your own if desired*/
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" */
cursor:pointer;
}