
#chat_sidebar { position: fixed; top: 2px; right: 20px; left: auto; bottom: auto; width: 81px; height: 81px; z-index: 2000; }

a.a_btn_chat { width: 81px; height: 81px; display:block; background: url(/imgs/btn_chat_v2_81x81.gif) no-repeat center center; }

.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
	z-index: 5;
	background: url('/imgs/bkg_225x314.png') no-repeat top left;
}

.chatboxhead {
	padding-left:7px;
	color: #FFFFFF;
	font-weight:bold;
	border: none;
}

.chatboxblink {
	background: url('/imgs/bkg_blink_225x314.png') no-repeat top left;
}


.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	line-height: 1.3em;
}

.chatboxinput {
	padding: 5px 5px 5px 8px;
	background: url(/imgs/raya_h_197x1.jpg) no-repeat top center;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #666666;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #333333;
	margin:0;
}

.chatboxmessage {
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
	width: 80px;
	text-align: right;
}

a.chat_btn_min {
 display:block;
 background: url(/imgs/btn_min_roll_23x28.jpg) no-repeat -100px -100px;
 width: 34px;
 height: 33px;
/* margin-right: 8px; */
/* margin-top: 5px; */
 float: right;
}

a.chat_btn_min:hover { background-position: 4px 4px; }

a.chat_btn_close {
 display:block;
 background: url(/imgs/btn_close_roll_18x20.jpg) no-repeat -100px -100px;
 width: 35px;
 height: 27px;
 /* margin-right: 16px; */
 /* margin-top: 7px; */
 float:right;
}

a.chat_btn_close:hover { background-position: 0px 7px; }

/* .chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
} */

.chatboxtitle {
	float: left;
	color: #ffffff;
	font-size: 12px;
	padding-top: 13px;
	padding-left: 4px;
	font-weight:bold;
}


.chatboxtitle a {
	color: #ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	outline: none;
 }
 
 .chatboxtitle a:hover {
   color: #dddddd;
	text-decoration:underline;
 }