.chat-display {
	height:200px;     
	color:#333;
	background-color:#EEE;
	padding:4px;
	overflow-y:scroll;
}

.chat-input {
	width:100%;
	font-weight:bold;
	color:#333;	
	padding:2px; 
}

.worker {z-Index:1000; position:absolute; top:-20px}
#pageInfo {text-align:center}

