
/* This file controls the look of the Live shoutbox... */

#chatoutput {
	margin: 0 0 20px;
}
#chatInput p {
	margin: 0;
}
#chatInput label {
	font-weight: bold;
}

#outputList {
	height: 200px;
	overflow: auto;
}
#outputList li {
	background: none !important;
	border-bottom: 1px solid #666;
	list-style: none !important;
	padding: 3px 5px !important;
	line-height: 1.6em;
	margin: 0 !important;
}
#outputList li span a {
	display: inline !important;
	background: none !important;
	padding: 0 !important;
}

#outputList li span, #outputList li span a {
	color: #000;
}
#outputList li span.Administrator, #outputList li span.Administrator a {
	color: #ff9900 !important;
}
#outputList li span.Calviin, #outputList li span.Calviin a {
	color: #ff0000 !important;
}
}
.side_shoutbox p {
	margin: 0 0 10px;
}
.side_shoutbox label {
	display: block;
}
.side_shoutbox textarea {
	width: 90%;
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.side_shoutbox #submitchat {
	padding: 5px 10px;
	cursor: pointer;
	margin: 10px 0;
	background: #000;
	border: 1px solid #000;
	color: #fff;
}
