html{
	overflow:-moz-scrollbars-vertical;
	}
body{
	padding-bottom:30px;
	}
#cometchat_base{
	position:fixed;
	bottom:0;
	display:block;
	height:25px;
	left:15px;
	background-image:url(../images/bgrepeat.gif);
	border-left:1px solid #b5b5b5;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	}





.cometchat_tab{
	margin-top:1px;
	height:18px;
	border-left:1px solid #ccc;
	border-right:1px solid #e5e5e5;
	float:right;
	padding-left:10px;
	padding-top:5px;
	cursor:pointer;
	font-weight:bold;
	width:140px;
	color:#444;
	}
.cometchat_tabclick{
	background-color:white!important;
	border-left:1px solid #333!important;
	border-right:1px solid #333!important;
	border-bottom:1px solid #333!important;
	padding-top:4px!important;
	text-decoration:underline;
	color:#111!important;
	}

