body{
	margin:0;
	padding:0;
}
form{
	margin:0;
	padding:0;
}

.world{ color:#E9C347;}
.zone{ color:#000000;}
.guild{ color:#A007B7;}
.private{ color:#05842D;}


#chatMain {
	position:absolute;
	padding-bottom:2px;
	background:url("bg.jpg") repeat-y center transparent;
	width:300px;
	border:1px solid #1C3B56;
	z-index:10;
}
#chatMain  img{
	border: none;
}
#chattitle{
	background:url("header.png") no-repeat scroll right center transparent;
	height: 27px;
	margin-left:15px;
	cursor:move;
}
#chatname {
    background: url("header2.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    font-weight: bold;
    height: 21px;
    left: -15px;
    padding-left: 14px;
    padding-top: 6px;
    position: relative;
	color:#FFFFFF;
}
#chatminimal{
	float:right;
	margin-top:5px;
	margin-right:10px;
	cursor: pointer;
}
#chatsetupbtn{
	float:right;
	margin-top:5px;
	cursor: pointer;
}
#chatsetup{
	position:absolute;
	background:#CDBA8F;
	padding:3px;
	border:1px solid #1C3B56;
}
#chatIgnoreList{
	position:absolute;
	background:#CDBA8F;
	border:1px solid #1C3B56;
	text-align:center;
	padding:2px;
	height:270px;
	width:150px;
	overflow-x:hidden; 
	overflow-y:auto; 
	top:26px;
}
#chatIgnoreList .chatIgnorName{
	border-bottom:1px solid #1C3B56;
}
#chatprivate{
	position:absolute;
	background:#CDBA8F;
	padding:3px;
	border:1px solid #1C3B56;
	color:#2104DB;
	font-weight:bold;
}
#chatprivate_priv{
	border-bottom:1px solid #1C3B56;
}
#chatprivate_kar{
	border-bottom:1px solid #1C3B56;
}
#chatprivate_ignor{
	border-bottom:1px solid #1C3B56;
}
#chatbox {
	text-align:left;
	margin:2px auto;
	padding:2px;
	background: url("halvany_back_10.png") repeat scroll 0 0 transparent;
	height:450px;
	border:1px solid #1C3B56;
	overflow:auto;
	font-size:10px;
	width:286px;
}


.chatnev{
	font-weight:bold;
}

#chatchannellist{
	position:absolute;
	background:#CDBA8F;
	padding:3px;
	border:1px solid #1C3B56;
}

.chatform{
	padding-left:2px;
}

#chatsmilebtn{
	width:19px;
	height:19px;
	border:1px solid #1C3B56;
	margin:2px;
	display:block;
	float:left;
}
#chatsmiles{
	position:absolute;
	background:#CDBA8F;
	border:1px solid #1C3B56;
}
#chatchannel{
	width:18px;
	height:18px;
	display:block;
	float:right;
	margin:5px 2px 1px;
	cursor: pointer;
}
#chataddtime{
	width:18px;
	height:18px;
	display:block;
	float:right;
	margin-top:6px;
	cursor: pointer;
}
#chatusermsg {
	background-color: #3D1D19;
	width:200px;
	margin-right:2px;
	margin-top:0;
	border:1px solid #FFE0A3; 
}
 
#chatsubmitmsg {
    background: url("button.png") no-repeat scroll center top transparent;
    border: medium none;
    color: white;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    padding: 0 0 3px;
    width: 62px;
}
#chatsubmitmsg:hover{
    background: url("button.png") no-repeat scroll 0 -20px transparent;
    cursor: pointer;
}
#chatIgnore {
	width:100%;
    color: #000000;
	text-align:center;
	font-weight:bold;
}