﻿#wrapper {
    margin: 0 auto;
    overflow: hidden;
    width: 970px;
}
.content_top1
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-t-l.png') no-repeat left top;
    font-size: 1px;
    width:100%;
     float:right;
}
.content_top2
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-t-r.png') no-repeat right top;
}
.content_top3
{
    margin:0 5px;background:white;height:5px;line-height:5px;
}
.content_middle
{
    background: none repeat scroll 0 0 white;
    margin: 0;
    float:right;
    width:100%;
}
.content_bot1
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-b-l.png') no-repeat left bottom;
    font-size: 1px;
     width:100%;
     float:right;
     margin-bottom:5px;
}
.content_bot2
{
    height: 5px;
    line-height: 5px;
    background: transparent url('../image/theme/c-b-r.png') no-repeat right top;
}
.content_bot3
{
    margin:0 5px;background:white;height:5px;line-height:5px;
}
/***************button***********/
.new_btn
{ 
    background-position: center bottom;
    background-image: url('../image/page/button.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    width:85px;
    height:27px;
    text-align:center;
    vertical-align:middle;
    font-size: 12px;
     }

.new_btn:hover
{
    background-position: center top;
    color: #0066FF;
}
.loginBack
{
    background-position: right;
    background-image: url('../image/page/loginBack.png');
    background-repeat: no-repeat;
    height: 40px;
}
.hyperLogin
{
    color: #FFFFFF;
}
.hyperLogin:hover
{
    color: #f7aa0c;
}
.plus
{
    float:right;
    width:180px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #676D6F;
    text-align: right;
}
.plus_title
{
    background-color: #888888;
    color: #FFFFFF;
    padding: 3px 7px 3px 3px; 
}
.keyword
{
    background-image: url('../image/page/bgs.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    width:100%;
    height:32px;
    float:right;
}
.treeNode
{
    white-space:normal;
    padding-bottom:7px;
}