#chatbox_panel
{
	position: fixed;
	position:expression("absolute");
	width: 125px;
	display: none;
	height: 32px;
	background-color: white;
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	right: 10px;
	bottom: 0px;
}

#cbp_un
{
	padding: 7px;
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family: "Swis721 Cn BT", Tahoma, Geneva, sans-serif;
}

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

.chatboxhead {
	background-color: white;
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	padding-top:5px;
	padding-bottom:7px;
	padding-left:7px;
	padding-right:17px;
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family: "Swis721 Cn BT", Tahoma, Geneva, sans-serif;

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

.chatboxblink {
	background-color: #176689;
	background-image: none;
	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;
}

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

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

.chatboxmessage {
	margin-left:1em;
}

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

}

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

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: black;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}
