.splat {
	color: red;
}

div.section {
	border-bottom: 1px solid gray;
}



label.error {
	margin-left: 10px;
	color: red;
}

#error_text {
	font: red;
}

.missing {
	background-color: red;
}

.to-do {
	background-color: red;
}

.hidden {
	display: none;
}

.highlight_box {
	background: #fff6bf url(exclamation_mark.gif) center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border: 2px solid #ffd324;
	width: 50%;
}
