h1 {
	font-size: 20px;
	font-weight: bold;
	color: #4070C0;
}

div.nothing {
}

p.generalmessage {
	margin-left: 20px;
}

p.errorline {
	background-color: #F4F480;
	padding: 2px 8px;
}

label {
	font-size: 13px;
}

div#general {
	border: 1px #044476 solid;
	margin-bottom: 12px;
}
div#general fieldset legend {
	color: white;
	background-color: #044476;
	padding-left: 6px;
}

div#submittion {
	margin-top: 32px;
}

div.returnbutton {
	margin-top: 16px;
}

pre.prewrap {
	white-space: pre-wrap;
}

div.has-error {
	background-color: #FFE5E5;
}
