/*当前保证可用宽度为930*/
html{
    width: 950px;
}
body{
    padding: 10px;
}

.th_backslash {
    height:50px;
    background-image:url(../../../images/common/th-backslash.png);
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -moz-border-image: url(../../../images/common/th-backslash.png) 0;
    background-repeat:no-repeat\9;
    background-image:none\9;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/common/th-backslash.png', sizingMethod='scale')\9;
}
.th_lower_left {
    font-style:normal;
    display:block;
    float:left;
    width:45%;
    margin-top: 5px
}
.th_top_right {
    font-style:normal;
    display:block;
    float:right;
    width:45%;
    color:#ffffff;
    margin-top: -5px;
}