body {
    font-family:    sans-serif;
    font-size:      11px;
}
ul {
    list-style-type:none;
}
a,
label,
legend,
input[type=submit],
input[type=reset],
input[type=button] {
    color:          #C10435;
}
a {
    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 #cbc3c5;
}
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:     #a1a1a1;
    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;
}

