#colorSelector * {
	position:static;
}
form#colorSelector {
	width: 704px;
	clear: left;
}
#colorSelector col, #colorSelector th, #colorSelector td {
	margin: 0;
	padding: 0;
	border-width: 0;
	width: 20%;
}
#colorSelector thead {
	border-bottom: 1px solid black;
}
#colorSelector th {
	text-align: center;
	padding-bottom: 0.5em;
}
#colorSelector select {
	width: auto;
}
#bgcolor {
	height: 176px;
}
.submission {
	margin-top: 0;
}
