#toppanel {
border-bottom: 1px;
border-bottom-color: white;
}

#subpanel {
background:none repeat scroll 0 0 black;
border-bottom:1px none white;
margin-left:auto;
margin-right:auto;
position:relative;
text-align:center;
top:0;
width:100%;
z-index:25;
}



#panel {
background:none repeat scroll 0 0 black;
color:#999999;
display:none;
height:120px;
margin:0 auto;
overflow:hidden;
position:relative;
text-align:right;
width:250px;
}

#panel_contents {
    background: black;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.panel_button {
width: 100%;
top: 0px;
margin: 0px;
background: black;
}

.panel_button a {
font-size: 0.8em;
color: white;
text-decoration: none;
}

.panel_button a:hover {
font-size: 0.8em;
color: red;
text-decoration: none;
}

.border p {color: white;}

.border a {
color: white;
text-decoration: none;
}

.border a:hover {
color: red;
text-decoration: none;
}


input.login-box {width:158px; height:27px; border:0; font-family:"Lucida Grande", sans-serif; font-size: 1.1em; color:#666666; 
background:url('../imgs/Search-box.gif') no-repeat top left;}

input.login-button {width:158px; }

