body,
input,
select {
	font-family: monospace;
	font-size: 100%;
}
#header {
}
#body {
	margin-top: 25px;
	margin-bottom: 25px;
}
#footer {
}
input.checkbox {
	width: 50px;
}
input.password,
input.text,
select {
	width: 350px;
}
input.submit {
	width: 200px;
}
.center {
	text-align: center;
}
.column-left-1 {
	width: 200px;
	float: left;
}
.column-left-2 {
	float: left;
}
.column-right {
	float: right;
}
.clear {
	clear: both;
}
.error {
	color: #ff0000;
}