body {
    font-family:    Verdana, Arial, sans-serif;
    font-size:      11px;
}
ul {
    list-style-type:none;
}
h1 {
    font-family:    Calibri, arial, sans-serif;
    color:          #000;
    font-size:      24px;
    margin-bottom:  2em;
}
h2 {
    color:          #0d92aa;
    font-size:      14px;
    margin-bottom:  1em;
}
p {
    margin:         1em 0;
}

a,
legend,
input[type=submit],
input[type=reset],
input[type=button] {
    color:          #239CB2;
}
a {
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
label {
    color:          #000;
}
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;
    padding:        0 .5em;
}
input[type=submit],
input[type=reset],
input[type=button] {
    color:          white;
    background:     #40bccb;
    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;
}
