/*
顶部样式
*/

#top {
    width: 100%;
    min-width: 1080px;
    height: 65px;
    background: url('../images/bestv/top/top_bg.png');
}

#top .logo {
    width: 350px;
    margin-top: 18px;
    float: left;
}
#top .logo img {
    width: 350px;
}

#top .search {
    margin-top: 18px;
    margin-left: 215px;
    float: left;
    background: url('../images/bestv/top/top_search.png') no-repeat;
}

#top .search:hover {
    background: url('../images/bestv/top/top_search2.png') no-repeat;
}

#top .search input[type=text]{
    width: 362px;
    height: 29px;
    padding-left: 10px;
    border: none;
    background: none;
}
#top .search input[type=submit] {
    width: 51px;
    height: 29px;
    color: #cfcfcf;
    border: none;
    background: none;
}

#top .search input[type=submit]:hover {
    background: none;
}

#top .login {
    margin-top: 18px;
    margin-left: 26px;
    float: left;
}
#top .login a {
    width: 65px;
    height: 29px;
    display: block;
    text-align: center;

    line-height: 29px;
    color: #cfcfcf;
    background: url('../images/bestv/top/top_login.png');
}
#top .login a:hover {
    color: #cfcfcf;
    background: url('../images/bestv/top/top_login2.png');
}
