.chatbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	background-color: #CC0000;
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 0;
	overflow: hidden;
	position: absolute;
	height: 500px;
	width: 760px;
	border: 1px solid #CC0000;
	
}
.chatwindow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #CCCCCC;
	background-color: #01050E;
	overflow: auto;
	position: absolute;
	height: 449px;
	width: 559px;
	left: 0px;
	top: 0px;
	background-image: url(Site_img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	scrollbar-base-color:#FFFFAE;
}
.chatlines{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFCC;
	overflow: auto;
	position:relative;
	height: auto;
	width: 100%
	left: 0px;
	top: 0px;
	scrollbar-base-color:#FFFFAE;
}
.chatentry{
	margin: 2px;
	width: 479px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFCC;
	position: relative;
	display: block;
	overflow: hidden;
}
.chatonline{
	background-color: #01050E;
	overflow:hidden;
	position: absolute;
	height: 449px;
	width: 200px;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
}
.chatonline_top{
	background-color: #FFFFCC;
	overflow:hidden;
	position: absolute;
	height: 20px;
	width: 200px;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.chatonline_users{
	overflow:auto;
	position: absolute;
	height: 407px;
	width: 200px;
	top: 21px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFAE;
	line-height: 20px;
	background-color: #01050E;
	background-image: url(Site_img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left -21px;
	scrollbar-base-color:#FFFFAE;
}
.chatonline_bottom{
	background-color: #FFFFCC;
	overflow:hidden;
	position: absolute;
	height: 20px;
	width: 200px;
	bottom: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}
.chatuser{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFCC;
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	width: 179px;
	margin-left: 2px;
	height: 18px;
}
.chattyper{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	background-color: #01050E;
	overflow: hidden;
	position: absolute;
	height: 50px;
	width: 760px;
	left: 0px;
	bottom: 0px;
}
.chatinput{
	border: 1px solid #000000;
	overflow: hidden;
	position: absolute;
	height: 18px;
	width: 600px;
	left: 10px;
	top: 15px;
}
.chatbutton{
	position: absolute;
	right: 10px;
	top: 14px;
	height: auto;
	width: 70px;
}
.chatlogin{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #666666;
	overflow: hidden;
	position: absolute;
	height: 150px;
	width: 300px;
	left: 210px;
	top: 160px;
	border: 1px solid #000000;
}
</style>/* CSS Document */
