/*********************************
			CHAT
*********************************/
#chatoutput {
	padding: 10px;
/*	margin-bottom: 50px; */
}
#chatoutput ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 0 15px 0px;
	text-align: left;
}

#chatoutput ul li {
	background: #134214;
	background:			url('images/bg2.jpg') left top;
	padding:8px 12px 12px 12px;
	font-weight: normal; 
	margin:0px;
	color: #BFFFC7;
	line-height: 150%;
	margin-bottom:8px;
	border: 1px solid #00FD20;
}

#chatoutput ul li span.name {
	display: block;
/*	background:url(images/bubble.png) no-repeat left; */
	font-weight: bold !important;
	font-size: 1em;
	text-transform: uppercase; 
}
#chatoutput ul li:hover span.name {
	font-weight: bold !important;
	color: #11FC35;
/*	background:url(images/bubblehover.png) no-repeat left; */
}
#chatbarText, #name{
	background: #134214;
	border: 1px solid #00FD20;
	color: white;
	width: 175px;
	margin-top: 5px ;	
}
#nev_label{
	padding-right:	18px;
}
#submit{
	background: #134214;
	border: 1px solid #00FD20;
	color: #00FD20;
	margin-top:	5px;
	
}
h2{
	padding:0;
	margin:0;
}
