.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color: #f99d39;
	padding:7px;
	color: #ffffff;

	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}

.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: #ffffff;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	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;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatroomboxmessage {
margin-left:1em;
}
.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatroomboxmessagefrom {
margin-left:-1em;
font-weight: bold;
}

.chatboxmessagecontent {
}

.chatroomboxmessagecontent {
}
.jsdate{
}
.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;
}

.accordion {
width: 200px;
border-bottom: solid 1px #c4c4c4;
position: absolute;
left:248px
}
.accordion h3 {
background: #e9e7e7 url(../images/chatlist/arrow-square.gif) no-repeat right -51px;
padding: 7px 15px;
margin: 0;
font: bold 120%/100% Arial, Helvetica, sans-serif;
border: solid 1px #c4c4c4;
border-bottom: none;
cursor: pointer;
}
.accordion h3:hover {
background-color: #e3e2e2;
}
.accordion h3.active {
background-position: right 5px;
}
.accordion p {
background: #f7f7f7;
margin: 0;
padding: 10px 15px 20px;
border-left: solid 1px #c4c4c4;
border-right: solid 1px #c4c4c4;
overflow: auto;
height: 200px;
	}

/*.accordionchatroom p {
background: #f7f7f7;
margin: 0;
padding:0 86px 119px 78px;
border-left: solid 1px #c4c4c4;
border-right: solid 1px #c4c4c4;
overflow: auto;
height: 200px;
font-size:0.7em;
}*/
.accordionchatroom p {
background: #f7f7f7;
margin: 0;
padding:0 82px 119px 4px;
border-left: solid 1px #c4c4c4;
border-right: solid 1px #c4c4c4;
overflow: auto;
height: 200px;
font-size:0.9em;
width:84px;
}
.chatroomonlinemember{
width:150px;
font-weight:bold;
}
.chatroomboxcontent {
font-family: arial,sans-serif;
font-size: 13px;
color: #333333;
height:250px;
width:569px;
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: #ffffff;
line-height: 1.3em;
}

.adminchatroomboxcontent {
font-family: arial,sans-serif;
font-size: 13px;
color: #333333;
height:250px;
width:569px;
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: #ffffff;
line-height: 1.3em;
}

.chatroomboxtextarea {
width: 580px;
height:44px;
padding:3px 0pt 3px 1px;
border: 1px solid #eeeeee;
margin: 1px;
overflow:hidden;
}