#chatarea {
	position:relative;
	overflow:auto;
	width:502px;
	height:302px;
	top:55px;
	left:110px;
}

#chatmain {
	font-family:Arial;
	overflow:auto;
	width:498px;
	height:268px;
	background-color:#F5F5F5;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
}

#chatinputholder {
	width:498px;
	height:28px;
	background-color:#F5F5F5;
	border:1px solid #808080;
}

#chatinput {
	margin:3px;
	float:left;
	width:280px;
	height:22px;
	border: 1px solid #808080;
}

#chatsend {
	background-image:url('../images/pozadina-cent.gif'); 
	margin:3px;
	float:left;
	width:50px;
	height:22px;
	border:1px solid #808080;
}
#chatnick {
	margin:3px;
	float:right;
	width:70px;
	height:22px;
	border:1px solid #808080;
	text-align:center;
}
#chathelp {
	background-image:url('../images/pozadina-cent.gif');
	margin:3px;
	float:right;
	width:25px;
	height:22px;
	border:1px solid #808080;
}
#chatcolor {
	background-image:url('../images/pozadina-cent.gif');
	margin:3px;
	float:right;
	width:25px;
	height:22px;
	border:1px solid #808080;
}
#chatmain span {
	border-bottom:1px dashed #FFFFFF;
	font-size: 0.9em;
	text-align:left;
	width:100%;
}
