.bind_menu
{
    background: url(../image/bg_user_menu_line.gif) repeat-x bottom;
    height: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bind_menu li
{
    float: left;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    margin: 0 0 0 15px;
    cursor: pointer;
}
.bind_menu li a
{
    display: block;
    width: 120px;
    height: 35px;
}
.bind_menu .hover
{
    background: url(../image/bg_user_menu_over.gif) no-repeat center bottom;
    font-weight: bold;
    font-size: 14px;
    width: 120px;
}
.user_nav_menu
{
    background: url(../image/bg_user_menu_line.gif) repeat-x bottom;
    height: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.user_nav_menu li
{
    float: left;
    display: block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    margin: 0 0 0 15px;
    cursor: pointer;
}
.user_nav_menu li a
{
    display: block;
    width: 80px;
    height: 35px;
    outline: none;
}
.user_nav_menu .hover
{
    background: url(../image/bg_user_menu_over_01.gif) no-repeat center bottom;
    font-weight: bold;
    font-size: 12px;
    width: 80px;
}
.block
{
    margin: 20px 0 0 0;
    padding: 0 20px;
    min-height: 220px;
}
.block .tips
{
    font-family: microsoft yahei;
    font-size: 16px;
    color: #f30;
    text-align: center;
    padding-top: 120px;
}
.welcome
{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    line-height: 30px;
    height: 30px;
    margin: 0 0 25px 0;
}