#submit, #chat_top_right {
	background-color: #C5DEA1;
	border:1px solid #ECF3E1;
	padding: 2px;
	width: 60px;
	cursor: default;
	text-align: center;
	display: inline;
}
#chat_top_right {
	padding: 2px 0px 2px 0px;
	color: grey;
	float: right;
}
#chat {
	float: left;
	height: 250px; /*200 */
	width: 383px; /* 483*/
	overflow: auto;
	border: 1px solid grey;
	margin-bottom: 3px;
	padding: 5px;
}

#online {
	float: left;
	height: 100px;
	width: 483px;
	overflow: auto;
	border: 1px solid grey;
	margin-bottom: 3px;
	padding: 5px;
}

#chat_container {
	width: 506px;
	margin-left: 30px;
	margin-top: 65px;
	position: fixed;
	left: 10px; top: 30px;
	padding: 10px;
	border: 3px solid #C5DEA1;
	z-index:10000;
	background-color: white;
}
.chat_time, .chat_nick {
	color: blue;
}
#chat_msg {
	width: 260px;
}
#chat_nick {
	width: 80px;
}
#chat_msg:focus {
	border: 2px solid #6699ff;
}
#chat_nick:focus {
	border: 2px solid #6699ff;
}
#chat_msg:hover {
	background-color: #f9f9f9;
}
#chat_nick:hover {
	background-color: #f9f9f9;
}
.chat_link {
	color: #6699ff;
	font-weight: bold;
	text-decoration: none;
}
.chat_link:hover {
	text-decoration: underline;
}
#chat_top_left {
	color: grey;
	font-weight: bold;
   	width: 300px;
   	float: left;
   	margin: 0px 5px 4px 5px;
}
#chat_bottom {
	float: left;
}
#chat_top_left a {
	text-decoration: none;
	color: #6699ff;
}
#chat_top_left a:hover {
	text-decoration: underline;
}
#openchat {
	width: 65px;
	height: 55px;
	padding: 0px;
	
}


/* ustawienia online */


#subnav {
	float: right;
	width: 20%;
	/*height: 230px;*/
	color: #666;
	position: relative;
	display: inline;
}

#subnav a {
	font-size: 90%;
	width: 100%;
	display: block;
	border: 1px solid #f3f3f3;
	border-width: 0 1px;
	padding: 2px 0;
}

#subnav .this a {
	background: #fcd;
	border-color: #e9c;
}

#subnav a:focus,
#subnav a:hover,
#subnav a:active {
	background: #e3e3ee;
	border-color: #999;
}


#users {
	}

#userlist {
	height: 21.1em;
	overflow: auto;
	}

#userlist li {
	display: block;
	width: 90%;
	padding-left: 1em;
	text-align: left;
	}

#userlist li em {
	color: #aaa;
	}
	
#subnav h4 {
	margin: 0;
	padding: 0.33em 0;
	color: #fff;
	background: #b36;
	border: 1px solid #a25;
	font-size: 100%;
	position: relative;
}

#subnav ul {
 height: 200px;
	border-bottom: 1px solid #ccc;
	background: #f3f3f3;
	padding: 0.5em 0;
	margin-bottom: 1em;
}

#subnav li {
	width: 99%;
}
