body {
	background-image: url("topbar.png");
	background-repeat: repeat-x;
	background-color: #6a6a6a;
	
	color: #000;
	
	min-width: 720px;
}

form {
	background-color: #EEE;
	color: inherit;
	
	border: 4px solid #A00;
	padding: 20px;

	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	
	width: 320px;
	
	text-align: center;
}

div.chatarea {
	background-color: #EEE;
	color: inherit;
	
	border: 4px solid #A00;
	padding: 0px 20px 20px 20px;
	
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	
	width: 640px;
	height: 400px;
}

div.header {
	background-color: inherit;
	color: inherit;
	
	padding: 0px;
	margin: 0px;
	
	top: 0px;
	left: 0px;
	
	position: absolute;
	
	width: 600px;
	height: 100px;
}

div.headerright{
	background-color: transparent;
	color: inherit;
	
	padding: 0px;
	margin: 0px;
	
	top: 9px;
	right: 5px;
	
	position: absolute;
	
	width: 97px;
	height: 100px;
}

#formlabel {
	background-color: inherit;
	color: inherit;
	
	font-size: 12pt;
	font-family: Segoe UI, Verdana, sans-serif;
}

#formbutton {
	background-color: inherit;
	color: inherit;
	
	margin-top: 12pt;
	
	width: 8em;
}