body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:      11px;
}
ul {
    list-style-type:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
	color:			#72221B;
}
a {
	color:			#0F3D0A;
    text-decoration:none;
}
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 #72221B;
}
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:     #72221B;
    border:         none;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px #e82424;
    background:     #eeafaf;
}
label.error,
span.error {
    color:          #e82424;
}
table {
    border-collapse:collapse;
}
