#theme_selector{
position: fixed;
background-color: #dfdfdf;
color: #000;
font-family: helvetica;
text-align: center;
top: 0;
right: 0;
border-radius: 0 0 0 3px;
border-left: 1px solid #969696;
border-bottom: 1px solid #969696;
box-shadow: 0 0 30px #000;
padding: 4px 20px;
}
#theme_selector select{
padding: 0;
font-family: helvetica;
border: 1px solid #aaa;
border-radius: 3px;
overflow: hidden;
box-shadow: inset 0 0 1px #000;
}
.close_theme_selector{
font-size:12px;
opacity: 0.5;
text-decoration: underline;
cursor: pointer;
}