label {
	display: block;
}

fieldset {
	border: 0px;
}
div.input,
div.question {
	margin-bottom: 1em;
}

div.input input,
div.input textarea {
	width: 300px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;
}

div.question input {
	margin: 0px;
	padding: 2px;
	border: 1px solid #999999;	
}

div.question .grey {
	color: #888888;
}

#main-error-message, .error {
	color: #c80000;
}

#main-error-message {
	padding: 10px;
	border: 1px solid #c80000;
	background: #ffeeee;
	margin-bottom: 1em;
}


#success-message {
	/* fixed height so that the right column doesn't overflow the footer */
	height: 210px;
}

