body {
	background-color: #EDEDFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	color: #000000;
}
h1 {
	font-weight: bold;
	font-size: 24pt;
	color: #0000FF;
}
fieldset {
	border: 1px dotted #000000;
}
legend {
	font-weight: bold;
}
input#message {
	width: 100%;
}
div#dialogue {
	overflow: auto;
	height: 80%;
	width: 100%;
}
div#debug {
	overflow: auto;
	max-height: 450px;
	width: 100%;
}
code {
	font-family: monospace;
	font-size: medium;
	color: #D00;
}
span.user {
	font-weight: bold;
	color: #0000FF;
}
span.bot {
	font-weight: bold;
	color: #FF0000;
}
table.input-table {
	border: 0px;
	border-collapse: separate;
	border-spacing: 4px;
	width: 100%;
}
table.input-table td.text-box {
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}
table.input-table td.send-button {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	width: 10px;
}
