#chatbox {
    position: fixed;
    bottom: 0px;
    z-index: 1000;
}
.chatboxtab {
    background: url("chon.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 86px;
    width: 19px;
}
.chatboxcontent {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF7800;
    float: left;
    overflow: hidden;
    padding: 1px;
    width: 200px;
	height:80px;
}
.class-cookie-click {
    height: 300px;
    overflow: auto;
}
.closeqc{
	background: url("close.png") no-repeat scroll right 0 transparent;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 224px;
	}