/*-------------------------------------------------- 
	Chat Pop Up OLD
--------------------------------------------------*/
.bgr_1, .bgr_2 {
	position: absolute;
	bottom: -380px;
	right: 40px;
	z-index: 1001;
	display: block;
	position: fixed;
	background-image: url(../images/chatcell-bg.jpg);
	background-repeat: repeat-x;
}
.bgr_1 .buttons a, .bgr_2 .buttons a {text-decoration:none;}


/*for ie6*/
* html .bgr_1, * html .bgr_2 {
	position:absolute;
	bottom:0px; 
	top:expression(eval(document.documentElement.scrollTop))
}
table {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-spacing: 0px;
width: 25%;
border-top-color: rgb(255, 255, 255);
border-right-color: rgb(255, 255, 255);
border-bottom-color: rgb(255, 255, 255);
border-left-color: rgb(255, 255, 255);
border-collapse: separate;
border-spacing: 2px;
border-color: gray;
}