@CHARSET "ISO-8859-1";

#screen-name 
{
    width: 500px;
    font-size: 20px;
    margin: 0 5px 5px 0;
    padding: 3px;
    border: 1px solid #AAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#bt-search 
{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    background-color: #30A230;
    text-align: center;
    padding: 3px 6px;
    *padding: 0 6px;
    *position: relative;
    *top: -5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#bt-search-filters 
{
    display: block;
    width: 94px;
    text-decoration: none;
    font-weight: bold;
    background-color: #EEE;
    padding: 3px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#loading 
{
    position: relative;
    top: 1px;
    left: 5px;
    visibility: hidden;
}

#msg 
{
    position: relative;
    left: 92px;
    font-weight: bold;
    color: #F00;
    text-align: left;
}

#filters 
{
    clear: both;
    width: 592px;
    text-align: left;
    margin: 10px auto 0;
}

.search-filters 
{
    position: absolute;
    display: none;
    clear: both;
    width: 150px;
    height: 20px;
    background-color: #EEE;
    padding: 15px 5px;
}

.search-filters input 
{
    position: relative;
    top: 2px;
    margin-right: 8px;
}
