#box
{
    margin: 0 auto;
    padding-left: 20px;
    padding: 0;
    width: 260px;
    text-align: left;    
    background-color: #003399;
    color: #fff;
}

#ctl00_MainContentPlaceholder_CourseSearchPanel_SearchButton
{
    float:right;
    margin-top:5px;
}

#box span
{
    margin: 0px 20px 0px 20px;
    width: 240px;
}


#box h2
{
    margin: 0;
    padding: 10px 15px;
    background: transparent url('../_images/box_top.gif') no-repeat;
    text-shadow: 2px 2px #333;
    font-size: 80%;
    color: White;
}

#box ul
{
    margin: 0px;
    padding: 0px 15px 0px;
    background: transparent url('../_images/box_btm.gif') no-repeat bottom;
}

#box ul li
{
    margin-left: 10px;
    padding-bottom: 5px;
    list-style: none;
}


#box p
{
    padding-top: 5px;
    font-size: 80%;
    color: White;
}


