/* chat */

	/* hidden chat */
	#chathidden { position: relative; clear: both; width: 100%; height: 20px; background: #fff; z-index: 10; }
		
		/* chat */
		#chat { position: relative; clear: both; top: -20px; left: 0; background: #fff; z-index: 1; }
