
 #chatwindow {
	font-weight: normal;
	text-align: center;
}
.rulesbox {
	width: 500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	padding: 10px;
	border: solid 1px #FF2222;
}
.inner_rulesbox {
	text-align: left; 
	font-size: 11px; 
}
iframe.chatframe {
	border-width: 6px;
	border-color: #888888;
	border-style: solid;
}
.chathelp {
	text-align: left;
	font-size: 12px;
	background-color: #111111;
	color : #FFFFFF;
	font-weight: normal;
	border-width: 3px;
	border-color: #888888;
	border-style: solid;
	border-top-color: #111111;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
	padding-top: 5px;
	
}

