body {
	text-align:center;
}
#nickinput {
	margin-top:130px;
}
#nickinput form input {
	border:1px solid #fe7866;
}
#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 #fe7866;
	border-left:1px solid #fe7866;
	border-right:1px solid #fe7866;
}

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

#please {
	margin-bottom:5px;
}
#chatinput {
	margin:3px;
	float:left;
	width:280px;
	height:18px;
	border: 1px solid #fe7866;
}

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

 *.grayout {
	font-color: darkgray;
}

#chatuserlist {
	background-color:Linen;
	border:1px solid red;
	display:block;
	height:260px;
	left:350px;
	margin:1px;
	padding-left:0pt;
	position:absolute;
	width:125px;
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
	overflow:auto;
}

#chatuserlist:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#chatuserlist li {
	list-style:none;
	margin:0;
	list-style-position:none;
}
