.Selection-box .submit
{
    bottom: 7px;
    position: absolute;
    right: 0;
}

.Selection-box .submit input
{
    text-align:center;
    width:40px;
    margin-right:10px;
}

.s_searchButton
{
    background-color: #f6ae37;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    padding: 2px 1px;
    text-align: center;
    width: 50px;    
    border-radius: 4px;
}
.s_searchButton:hover
{
     background-color:#55B17D;
}
.ui-dialog .Selection-box
{
    padding: 5px 10px;
}
.Selection-boxArea
{
    border:1px solid #AAAAAA;
    
    }
.Selection-boxArea .Selection-boxArea_Msg
{
    margin: 5px;
    max-height: 43px;
    overflow: auto;
    padding: 15px 5px 5px 6px;
    text-align: center;
    font-size:12px;
}

.Selection-boxArea a
{
    color: #333333;
    text-decoration:none;
}
.Selection-boxArea a:hover
{
    color: #D25F1A;
    text-decoration:none;
}
