
#chatbar {
	height: 25px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	
	width: 25px;
}

#chatbox {
	background-color: #201c1a;
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3);
	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;
	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 {
}

