.notice
{
    width: 1000px;
    height: 40px;
    line-height: 40px;
    background: url(Images/Sport/noticebg.png) repeat-x;
    text-align: left;
}
.noticeInfo
{
    display: inline-block;
    width: 600px;
    padding-left: 10px; /*color: #c50900;*/ /*font-weight: bold;*/
}
.noticeInfo a
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}
.noticeInfo a:hover
{
    color: #c50900;
    text-decoration: underline;
}
.noticeSearch
{
    display: inline-block;
}
.noticeTxt
{
    width: 240px;
    height: 22px;
    line-height: 22px;
    border: #d3d3d3 solid 1px;
}
.noticeBtn
{
    width: 70px;
    height: 24px;
    line-height: 24px;
    background: url(Images/Sport/searchbtn.png) no-repeat;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 5px;
}
