body {
	margin: 20px;
}

label {
	display: block;
	font-weight: bold;
	float: left;
	margin: 0.2em 0;
	width: 15em;
}

input, select {
	margin: 0.2em 0;
	margin-top: 5px;
}

div {
	clear: both;
}

#other {
	visibility: hidden;
}

.error {
	background: #F9DBDB;
}

#errormsg {
	color: red;
	font-weight: bold;
}

#form {position: absolute; left: 200px; top: 80px;}
#mike {position: absolute; left: 5px; top: 80px;}
#cbar {position: absolute; left: 5px; bottom: 5px;}