#alert
{
    width:1000px;
    position:relative;
    background-color:#ffff99;
    font-family:Arial Narrow;
    font-size:14px;
    font-weight:300;
    font-style:normal;
    color:#555555;
}
#tabx
{
    width:1000px;
    height:35px;
    position:relative;
    background-color:#888888;
    border:solid 0 Transparent;
}
.back_tab
{
    visibility:visible;   
    position:absolute;
    top:5px;
    height:25px;
    width:100px;
    background-image:url('../images/back_tab.png');
}
.front_tab
{
    visibility:hidden;
    position:absolute;
    top:5px;
    height:25px;
    width:100px;
    position:absolute;
    top:5px;
    height:25px;
    width:100px;
    background-image:url('../images/front_tab.png');
    z-index:1;
}
.tab_text
{
    position:absolute;
    top:5px;
    width:100px;
    height:25px;
    font-family:Arial Narrow;
    font-size:15px;
    font-weight:normal;
    background-color:Transparent;
    display:block;
    text-align:center; 
    vertical-align:middle;
    visibility:visible;
    z-index:3;
    color:#707070;
    cursor:default;
}
.tab_text:hover
{
    position:absolute;
    top:5px;
    width:100px;
    height:25px;
    font-family:Arial Narrow;
    font-size:15px;
    font-weight:normal;
    background-color:Transparent;
    display:block;
    text-align:center; 
    vertical-align:middle;
    visibility:visible;
    z-index:3;
    color:#000000;
    cursor:pointer;
}
#tabline
{
    visibility:visible;
    position:absolute;
    top:30px;
    height:5px;
    width:1000px;
    background-color:#fefefe;
}

