 
/* CSS Document */
body {
	font:13px arial;
	color: #222;
	text-align:center;
}
 
form, p, span {
	margin:0;
	padding:0; }
 
input { font:13px arial; }
 
a {
	color:#0000FF;
	text-decoration:none; }
 
	a:hover { text-decoration:underline; }
 
#wrapper, #loginform {
	margin:0 auto;
	background:#ccc url('images/chat_bg.jpg') no-repeat;
	width:330px;
	height: 420px;
}
 
#loginform { padding-top:18px; }
 
	#loginform p { margin: 5px; }
 
#chatbox {
	text-align:left;
	margin:0 auto;
	margin-bottom:25px;
	padding:5px;
	background:#fff;
	height:225px;
	width:300px;
	overflow:auto; 
	line-height: 18px;
}
 
#usermsg {
	width:300px;
	height: 20px;
}
 
#submitmsg {
margin-top: 20px;
width: 300px;
}

#submit { width: 60px; }
 
.error { color: #ff0000; }
 
#menu { padding:12.5px 25px 12.5px 25px; }
 
.welcome { float:left; }
 
.logout { float:right; }
 
.msgln { margin:0 0 2px 0; }
 
 