/* Hide the spam trap from humans */

.error {
	font-weight: bold;
	color: #900;
}

#trap {
	display: none;
}