body {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		13px;
    background:     #FFF;
	color:			#3A3A3C;
}
ul {
    list-style-type:none;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
	color:			#000;
}
a {
	color:			#EC6E07;
    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 #000;
}
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:     #EC6E07;
    border:         none;
	font-weight:bold;
}
input.error,
div.error,
select.error,
textarea.error {
    border:         solid 1px #e82424;
    background:     #eeafaf;
}
label.error,
span.error {
    color:          #e82424;
}
table {
    border-collapse:collapse;
}
