/*-------------------------------------------------- 
	Chat Pop Up OLD
--------------------------------------------------*/
.bgr_1, .bgr_2 {background:url(../images/chat_popup/bgr_1.gif) no-repeat; width:295px; height:115px; position: absolute; bottom: -313px; right: 40px; z-index: 1001; display: block; position: fixed;}
.bgr_1 .buttons a, .bgr_2 .buttons a {text-decoration:none;}
.bgr_2 {background:url(../images/chat_popup/bgr_2.gif) no-repeat; }
.buttons {padding-top:65px; padding-left:15px;}
/*for ie6*/
* html .bgr_1, * html .bgr_2 {position:absolute;bottom:0px; top:expression(eval(document.documentElement.scrollTop))}
