*{

}
#topline{
    height: 20px;
    width: 100%;
    display: block;
    background: url(/assets/addons/xccms/img/line01.png) repeat-x;
    margin-bottom: 15px;
}
#header_logo{
    height: 85px;
    display: block;
    margin-top:-14px;
}
#header_logo img{
    height: 85px;
}
#header_context{
    height: 60px;
    display: block;
    float: right;
    margin-bottom: 10px;
    margin-top:-14px;
}
#header_context_text{
    font-size: 14px;
}
#header_context_text a  {
    padding-top: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.search_txt {
    border: none;
    border-bottom: 1px solid #fff;
}
#search_btn {
    height: 20px;
    width: 20px;
    float:right;
    display: inline-block;
    margin-top:5px;
    background: url(/assets/addons/xccms/img/search.png) no-repeat;
}

.page_div{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:  10px;
    width:200px;
    background-color: #a00000;
    color:white;
    float:left;
    margin-left:10px;
    text-align:center;
    border-top:radius;
    height:30px;
    line-height:30px;
}