@charset "utf-8";
/* CSS Document */
#chatMainWindow{
    position:fixed;
	
	width:auto;
/*	height:270px;
*/
height:40px;
	right:50px;
	bottom:0px;
	
	z-index:9999;
	
}
.chatWindow{
	background-color:#FFF;
	float:right;
	width:302px;
  /*  height:100%;*/
  height:270px;
   margin-left:5px;
   margin-top:-230px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;


}
.chatHideWindow {
		margin:3px;
	float:right;
	width:302px;
	font-weight:bold;

	
		cursor:pointer ;
	border: 1px solid rgba(29, 49, 91, .3);	
	}
.chatHideWindow .inner{

padding:8px;
	background-color:#EBEEF4;
	border-left: 1px solid #F4F5F9;
	border-top: 1px solid #F4F5F9;

	}
.chatHideWindow .inner.blink{
	background-color: #627BAE;
	}
.chatHideWindow .inner .img_box{ float:left; margin-right:10px; width:20px; height:20px; overflow:hidden;}
.maxIcon {
	float:right;
	padding-top: 3px;
	margin-right:5px;}
.maxIcon img{
	width:14px;
	height:14px;
	
	}
.chat_head {
    background: url("/controller/themes/index/images/chat_heading.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 34px;
    width: 302px;
}