#chatbar {
	width: 100%;
	height: 35px;
	border-top: 1px solid #444;
	background-color: #eee;
	position: fixed;
	bottom: 0;
	left: 0;
}
#chatbox {
	border:1px solid black;
	background-color: #eee;
	width: 800px;
	height: 510px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -250px;
	z-index: 500;
}
#chatbox_inner {
	width: 790px;
	height: 500px;
	margin-top: 5px;
	margin-left: 10px;
	position: relative;
	height: 15px;
}
#chatbox_left {
	color: #888;
	position: absolute;
	left: 10px;
	text-align: left !important;
	height: 15px;
	line-height: 15px;
}
#chatbox_right{
	position: absolute;
	right: 10px;
	top: 0;
	height: 10px;
	width: 100px;
	text-align: right;
	height: 15px;
	line-height: 15px;
}
#chatbox iframe {
	border: none;
	width: 780px;
	height: 485px;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}
#chatbar iframe {
	border: none;
	overflow: hidden;
}
#chatbutton {
	position: fixed;
	bottom: 5px;
	left: 5px;
}