/**************************************************
 * ChatLite theme to match PunBB default.
 * @author Neck - http://www.eikylon.net
 **************************************************/
#ek_chatLite {
	margin-bottom:1em;
}
#ek_chatLite .chatBox {
	/*border-style:solid;
	border-width:4px;*/
}
#ek_chatLite h2 {
	background:rgb(31,83,123);
	color:rgb(221,221,221);
	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(242,209,209);
	cursor:pointer;
	font-weight:bold;
	padding:1px 1px 4px;
	text-align:center;
	zoom:100%;
}
#ek_chatLite .chatContent {
	height:350px;
	overflow:auto;
	padding:2px;
	font-size: 9px;
}

#ek_chatLite input {
	margin:2px 2px 4px;
}
#ek_chatLite .chatDel {
	color:rgb(255,149,149);
	cursor:pointer;
	font-weight:bold;
}
#ek_chatLite .chatDel:hover {
	color:rgb(255,79,79);
}
.chatBox input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid;
	font-size: 13px;
}

.chatBox input:focus {
	border: 1px solid;
}