select { 
    font-size: 12px; 
    background-color: #ffffff; 
    border: 1px solid #cccccc; 
}
input { 
    font-size: 12px; 
}
#progress-bar {
   background: url(/gallery/images/progress_bar/percentage-bg.png) no-repeat left;
   width: 100px;
   height: 5px;
   margin: 0 auto;
}
#progress-level {
   background: url(/gallery/images/progress_bar/progress.png) no-repeat left;
   height: 15px;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
    font: 7px arial;
    padding: 0; 
    list-style-type: none;
    text-align: center;
    color: white;
    width: 100%;
}

.shadetabs li{
    display: inline;
    margin: 2px;
}

.shadetabs li a{
    text-decoration: none;
    position: static;
    z-index: 1;
    padding: 0px 0px;
    margin-right: 2px;
    color: white;
}

.shadetabs li a:visited{
    color: white;
}

.shadetabs li a:hover{
    text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
    position: static;
    top: 2px;
    background-color: White;
}

.shadetabs li a.selected{ /*selected main tab style */
    color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
    text-decoration: none;
    color: White;
}

