﻿.show
{
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 242px;
    padding:1px;
    background-color: #fff;
    border: 1px solid #C0C0C0;
}
.toolbar
{
    height:20px;
}
.close_btn
{
    background-image: url('../img/close_site.png');
    background-repeat: no-repeat;
    background-position: center;
    float:left;
    margin-left:5px;
    margin-top:2px;
    width:14px;
    height:14px;
    display: block;
    cursor: pointer;
}
.title_div
{
    float:right;
    text-align:right;
    font-size:9pt;
    width:80%;
    line-height:18px;
    margin-right:5px;
}
.content_div
{
    margin:0px auto;
    width:99%;
}