*{font-family:tahoma;}

.chatbox {
margin-right:585px;
	position:fixed;
	position:expression("absolute");
	width: 373px;
	height:199px;
	display:none;

	
}

.chatboxhead {
background-image:url(../images/head.gif); background-repeat:no-repeat;
	/*padding:7px;*/
	color: #575958;
	/*width: 361px;*/
	height:19px;
	font-size:12px;
	border-bottom:solid 1px #00a2ed;
	text-align:left;
	padding-top:5px;
	padding-left:5px;
	text-transform:uppercase;
	font-weight:bold;
	border:solid 1px #00a2ed;
	/*border-right:1px solid #a6a6a6;
	border-left:1px solid #a6a6a6;*/
}

.chatboxhead span {
   color: #e7480c;
   height:19px;
   font-size:12px;
   border-bottom:solid 1px #FF0000;
   text-align:left;
   padding-top:5px;
   padding-left:5px;
   text-transform:uppercase;
   font-weight:bold;
}

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

.chatboxcontent {
	height:100px;
    width: 354px;
	overflow-y:auto;
	overflow-x:auto;
	padding:8px;
	border-left:solid 1px #00a2ed;
	border-right:solid 1px #00a2ed;
/*	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;*/
    background-image:url(../images/chat_bg.png); background-repeat:repeat;
	line-height: 1.3em;
	text-align:left;
	
}

.chatboxinput {
	padding: 5px;
	width: 360px;
	background-image:url(../images/chat_bg.png); background-repeat:repeat;
/*	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;*/
	border-left:solid 1px #00a2ed;
		border-right:solid 1px #00a2ed;
		border-bottom:solid 1px #00a2ed;
}

.chatboxtextarea {
	width: 354px;
	height:36px;
	padding:3px 0pt 3px 3px;
	border:solid 1px #00a2ed;
	background-image:url(../images/textarea_bg.gif); background-repeat:repeat-x;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 1px solid #00a2ed;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

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

}

.chatboxmessagefrom {

	margin-left:-1em;
	font-weight: bold;
	color: #e7480c;
}

.chatboxmessagecontent{
font-size: 12px;
color: #646464;
}

.chatboxoptions {
	float: right;
	margin-top:-2px;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
}

.chatboxtitle {
	float: left;
}
