body {
	background: #fff;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin: 0;
}
#formcontainer {
	width: 180px;
	overflow: hidden;
}
#form {
	margin: 0;
}
input {
	border: 0px;
	background: #e7f7d4;
	color: #87c540;
	font-weight: bold;
	width: 180px;
	margin-top: 1px;
}
#container {
	width: 180px;
	height: 260px;
	overflow: auto;
}
.odd {
	background-color: #e7f7d4;
	width: 100%;
}
.even {
	background-color: #f8f8f8;
	width: 100%;
}
.user {
	text-decoration: underline;
}
.content {
	margin: 0px;
	font-size: 11px;
}
#js {
	position: absolute;
	top: -100px;
}