dt {
	display: block;
	width: 75px;
	padding: 5px 5px 0 0;
	float: left;
}
dd {
	display: block;
	float: left;
	margin-bottom: 7px;
}
.clearleft {
	clear: left;
}
input, textarea {
	border: 2px solid #999999;
	padding: 2px;
	background: #222222;
	color: white;
}
input:focus, input:active, textarea:focus, textarea:active {
	background: #555555;
}
.column2 {
	margin-left: 10px;
}
.long {
	width: auto;
}
input[type=submit], input[type=reset], input[type=button], button {
	width: 221px;
}
input {
	width: 131px;
}
textarea {
	width: 360px;
}
#submit {
	margin-left: 6px;
}