body {
    font-family:    sans-serif;
    font-size:      12px;
}
h2 {
    font-size:      1.4em;
    color:          #4A7C2F;
	margin-bottom:	.8em;
	letter-spacing:	.2em;
	font-style:		italic;
}
h3 {
    font-size:      1.2em;
    color:          #4A7C2F;
	margin-bottom:	.6em;
}
ul {
    list-style-type:none;
}
label,
legend,
input[type=submit],
input[type=reset],
input[type=button] {
    color:          #4A7C2F;
}
a {
    text-decoration:none;
	color:    		#DD2628;
}
a:hover {
    text-decoration:underline;
}
fieldset,
legend,
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    border:         solid 1px #6A4922;
}
input[type=file],
input[type=password],
input[type=text],
input[type=reset],
input[type=submit],
input[type=button],
select,
textarea {
    padding:        1px;
    font-size:      1em;
}
legend {
    font-weight:    bold;
}
input[type=submit],
input[type=reset],
input[type=button] {
    color:          white;
    background:     #6A4922;
    border:         solid 1px white;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px #e82424;
    background:     #eeafaf;
}
label.error,
span.error {
    color:          #e82424;
}
table {
    border-collapse:collapse;
}
