#messages {
	font-family: 'Arial', Comic sans MS;
	font-size: 10pt;
	float: left;
	border: 1px solid black;
	width: 400px;
	height: 400px;
	overflow: auto;
	padding: 5px;
	text-align: left;
}

#users {
	float: left;
	margin-left: 10px;
	border: 1px solid black;
	width: 200px;
	height: 400px;
	padding: 5px;
	text-align: left;
}

#userview {
	border-top: 1px solid black;
	text-align: left;
}

#typing {
	width: 500px;
}

#typeBox {
	text-align: left;
	margin-top: 10px;
	padding: 5px;
	width: 622px;
	border: 1px solid black;
}

#typeBox p {
	margin: 0;
	padding: 5px;
}

.chatName {
	font-size: 12pt;
	font-weight: bold;
}

.chatTime {
	font-style: italic;
	font-size: 9px;
}

.copyright {
	font-size: 8pt;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #434343;
}

a:hover,
a:active { 
	text-decoration: none;
	color: #676767;
}

.errMsg {
	border-left: 4px solid red;
	border-bottom: 1px solid black;
	background: #E0E0E0;
	color: red;
	padding: 5px;
	font-size: 10pt;
}

.successMsg {
	border-left: 4px solid green;
	border-bottom: 1px solid black;
	background: #E0E0E0;
	color: green;
	padding: 5px;
	font-size: 10pt;
}

.changeColor {
	height:10px; 
	width:10px;
	border: 1px solid white;
}