@charset "utf-8";
/*
 * CSS Document
 * Written by Ryan Yonzon
 * http://ryan.rawswift.com/
 */
 
/*
 * IE hack 
 */
/*
//commented in 2.9.4 by manoj
html, body {
	margin:0px;
	height:100%; 
}
*/

.chatboxbottom
{
float:right;
}

.chatboxtextarea {
float:left;
height:40px !important;
overflow:auto !important;
}

.chatbox {
       top:expression( ( -340 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
       position:expression("absolute");
}

.chatbox_m {
	top:expression( ( -21 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	position:expression("absolute");
}

.chatboxistatus{
	height:42px;
}
.chatboxhead 
{
	overflow:hidden;
}
.chatboxtitle
{
	line-height:13px;
}
.jb_smileybox
{
	/*top:-50px;*/
	border:1px solid #999999;
	position:absolute;
	/*right:0px; Changed by harshal */
	right:5px;
	/*bottom:25px; Changed by harshal */
	bottom:20px; 
	background:none repeat scroll 0 0 #FFFFFF;
}
