body {
	background: #000;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin: 0;
}
#formcontainer {
	width: 100%;
	overflow: hidden;
}
#form {
	margin: 0;
	font-size: 10px;
}
input {
	background-color: #000000;
	border: 1px solid #dddddd;
	color: #ffffff;
	font-weight: bold;
	width: 99%;
	margin-top: 0px;
	padding: 0px;
}
.button {
	color: #000;	
	background-color: #808080;
}
#container {
	width: 100%;
	overflow: hidden;
}
.shoutBoxEntry:nth-child(odd) {
	background-color: #f9f9f9;
	border-top: 1px solid #dddddd;
	width: 100%;
	padding: 3px;
}
.shoutBoxEntry:nth-child(even) {
	background-color: #ffffff;
	border-top: 1px solid #dddddd;
	width: 100%;
	padding: 3px;
}
.name {display:inline;}
.date{display:inline;}
.user {
	text-decoration: underline;
}
.content {
	margin: 0px;
	font-size: 11px;
}
#js {
	position: absolute;
	top: -100px;
}
