#errorExplanation {
	margin-bottom:20px;
	border:3px solid red;
	background-color:#fff;
	padding:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#errorExplanation h2 {
	color:red;
}

#errorExplanation p {
	font-style:oblique;
}

#errorExplanation ul {
	margin-top:10px;
	color:red;
	font-weight:bold;
	list-style:outside disc;
	margin-left:16px;
}

label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

input.input, textarea.input {
	display:block;
	margin-bottom:10px;
	width:100%;
	padding:5px 10px;
	font-size:15px;
	font-family:helvetica, sans-serif;
}

textarea.input {
	height:250px;
}

textarea.summary {
	height:100px;
}

input.submit-btn {
	padding:5px 20px;
	background-color:#151515;
	color:#fff;
	border:1px solid #000;
	border:1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	margin-top:20px;
}