/* CHAT */
div.chatbox {
	width: 298px;
	height: 260px;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	/*border-left: 1px solid #68502E;
	border-right: 1px solid #68502E;
	border-bottom: 1px solid #68502E;*/
	/*background-color: #3F321F;*/
	background-color: #3E3120;
}
.chat_content {
	margin: 2px;
	padding: 6px;
	width: 284px;
	height: 150px;
    overflow: auto;
	display: block;
	color: #D6CA9A;
	/*background-color: #3F321F;*/
	background-color: #3E3120;
}
.chat_content a {
  	text-decoration: underline;
}
.chat_content a:hover {
  	text-decoration: none;
}

div.chatform {
	margin: 2px 0px 0px 0px;
	padding:4px 4px 0px 6px;
	width: 288px;
	height:61px;
	color: #CCB885;
	display: block;
	/*background-color: #3E3120;*/
	background-color: #3E3120;
   	background-image: url(../imgs/chatformbg.jpg);
    background-repeat: repeat-x;
	background-position: center bottom;
	clear: both;
}
.chatbox {
	width: 239px;
	height: 38px;
	border: none;
	background-color: #B7AB71;
   	/*background-image: url(../imgs/chatformtextbg.jpg);
	background-repeat: no-reapeat;
	background-position: center top;*/
}

input.chatsubmit {
	margin-top:6px;
	width: 66px;
	height: 22px;
	padding: 0px;
	background-color: #67502E;
    background-image: url(../imgs/chatformelkuld.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: none;
	cursor: pointer;
}
.mustlogin {
	padding-top: 6px;
	margin-right:4px;
}

.white {
	color: #FFFFFF;
}
