body {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 80%;
	line-height: 1.4;
}
a {
	color: #3C766A;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

.text {
	padding: 1em;
}
.text h1, .text h2, .text h3 {
	margin: 0 20%;
	width: 60%;
}
.text p, div.message, div.notice, div.input, div.textarea, div.submit {
	margin: 0 20%;
	width: 60%;
}
.message {
	font-weight: bold;
}
p {
	padding: 0.5em 1em 0.5em 1em;
}
h1, h2, h3 {
	color: #3C766A;
	padding: 1em 1em 0.5em 1em;
}


/*
	FORM
*/
div.input {
	margin-bottom: 0.5em;
}
label {
	float: left;
	display: block;
	width: 100px;
}
input {
	float: left;
}
div.textarea, div.submit {
	clear: both;
	padding: 1em;
}
div.submit {
	padding-top: 0;
}



/* Notices and Errors */
.error {
	padding-top: 0;
	padding-bottom: 0;
}
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	padding: 1em;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 120%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
}
.success {
	background: green;
	color: #fff;
}

