.tabbox {
    position:relative;
    min-width: 200px;
    _width: 200px;
    min-height: 145px;
    _height: 145px;
    border: solid #4b6e8a 1px;
    margin-top: 27px;
    background-color: #F7FAFB;
    margin-bottom: 10px;
}
    .tabbox span {
        display: none;
    }
    .tabbox_shadow_right {
        position: absolute;
        right: -9px;
        _right: -10px;
        top: 0px;
        width: 8px;
        height: 100%;
        background-image: url(/global/img/bg_sh_tabbox_right.gif);
    }
    .tabbox_shadow_bottom {
        position: absolute;
        bottom: -9px;
        _bottom: -10px;
        left: 0px;
        width: 100%;
        height: 8px;
        font-size: 2px;
        line-height: 2px;
        background-image: url(/global/img/bg_sh_tabbox_bottom.gif);
    }
    .tabbox_corner_left {
        position: absolute;
        width: 19px;
        height: 19px;
        left: -1px;
        bottom: -8px;
        _bottom: -9px;
        background-image: url(/global/img/bg_cn_tabbox_lolt.gif);
    }
    .tabbox_corner_right {
        position: absolute;
        width: 19px;
        height: 19px;
        right: -9px;
        _right: -10px;
        bottom: -8px;
        _bottom: -9px;
        background-image: url(/global/img/bg_cn_tabbox_lort.gif);
    }
.tabbox span {
    position:relative;
    padding-top: 6px;
}
    .tabbox span.content {
        position:relative;
        display: block;
        clear: left;
        margin: 8px;
    }

.tabbox_tabset {
    position:relative;
    height:25px;
    margin-top: -27px;
    left: 4px;
}   
    .tabbox_tabset a {
        display:block;
        position:relative;
        float:left;
        height:25px;
        line-height:24px;
        color:#1f4a6c;
        font-size:12px;
        padding-left:11px;
        padding-right:7px;
        background-color:#c2d6e4;
        border-top:solid #4b6e8a 1px;
        border-bottom:solid #4b6e8a 1px;
    }
        .tabbox_tabset a div.tab_shadow_left {
            position:absolute;
            top:-1px;
            left:-5px;
            width:5px;
            height:27px;
        }
        
        .tabbox_tabset a div.tab_shadow_right {
            position:absolute;
            top:-1px;
            right:-10px;
            width:10px;
            height:27px;
        }
        
    .tabbox_tabset a.active {    
        height:26px;
        background-color: #F7FAFB;
        border-bottom: 0px;
    }