.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color: #4B494A;
	padding:7px;
	color: #ffffff;
	border-right:1px solid #4B494A;
	border-left:1px solid #4B494A;/*176689*/
	font-size:12px;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;/*f99d39*/
}

.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #E6E6E6;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #E6E6E6;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #EEEEEE;
	margin: 1px;
	overflow:hidden;
	resize:none;
}

.chatboxtextareaselected {
	border: 2px solid #598527;
	margin:0;
}

.chatboxmessage {
	padding-left:1em;
	border-bottom: 1px dotted #EEEEEE;
	margin-bottom: 3px;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;
	font-size: 12px;
}

.chatboxmessagefrom {
	margin-left:-1em;
	color:#47AFFF;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
	font-family: Arial;
    font-weight: bold;
}
.chat_min{background:url(../images/curve_min.png) no-repeat}








.chatboxcontent1 {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:265px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #E6E6E6;
	line-height: 1.3em;
}

#chatbox_ .chatboxhead{display:none !important;}
#chatbox_ .chatboxcontent{display:none !important;}
#chatbox_ .chatboxinput{display:none !important;}


.chatbox_user_left {
    cursor: pointer;
    float: left;
    margin: 5px 10px 10px 5px;
}
.chatbox_user_right {
    color: #174401;
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin: 10px 0 0;
	width: 129px;
}
.chatbox_content_chat {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    margin: 3px 0 0;
    width: 209px;
}

.chat_online_active{
	width: 16px;
	height:16px;
	margin: 10px 0 0;
	float: left;
}

