/**************************************************
 * ChatLite theme to match PunBB default.
 * @author Neck - http://www.eikylon.net
 **************************************************/
#ek_chatLite {
	margin-bottom:1em;
}
#ek_chatLite .chatBox {
	background-color:rgb(66,66,66);
	border-color:rgb(86, 86, 86) rgb(86, 86, 86) rgb(86, 86, 86);
	border-style:solid;
	border-width:1px;
}
#ek_chatLite h2 {
	background:rgb(51,51,51);
	color:rgb(255,204,51);
	font-size:1.084em;
	font-weight:normal;
	padding:.5em 10em .5em 1.5em;
	width:auto;
	zoom:100%;
}
#ek_chatLite br {
	display:inline;
}
#ek_chatLite .chatError {
	background-color:rgb(126,40,40);
	color:rgb(212,212,212);
	cursor:pointer;
	font-weight:bold;
	padding:1px 1px 4px;
	text-align:center;
	zoom:100%;
}
#ek_chatLite .chatContent {
  color:rgb(212,212,212);
	height:160px;
	overflow:auto;
	padding:2px;
}
#ek_chatLite .chatNickName {
  margin:0px 0px 0px;
  overflow:auto;
  color:rgb(255,204,51);
}
#ek_chatLite input {
	margin:2px 2px 4px;
}
#ek_chatLite .chatDel {
	color:rgb(190,37,37);
	cursor:pointer;
	font-weight:bold;
}
#ek_chatLite .chatDel:hover {
	color:rgb(230,39,39);
}
