@font-face {
    font-family: 'Blaster';
    src: url(../fonts/blasteri.ttf);
}

a:visited, a {
    color: lightblue;
}

html {
    min-height: 100%;
}

body {
    /*background-color: #222;*/
    background-position: scroll;
    color: black;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: sans-serif;
    min-height: 100%;
}

form {
    margin: 0px auto 0px auto;
    width: 600px;
    padding: 20px 20px;
    /*background-color: #1E539F;*/
    background-color: white;
    padding-top: 20px;
    border-left: 7px solid black;
    border-right: 7px solid black;
    /*height: 100%;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*overflow: auto;*/
    min-height: 100%;
}

p.instructions {
    text-align: center;
    font-size: small;
    font-family: sans-serif;
    background-color: beige;
    border: 1px solid black;
    padding: 10px;
}

img.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logotext {
    text-align: center;
    /*font-family: Blaster;*/
    font-family: Verdana;
    margin-top: 10px;
    color: #5491DA;
    font-size: 32pt;
    font-weight: normal;
    margin-bottom: 0px;
}

div.section {
    border-top: 1px solid #999;
    padding-bottom: 20px;
}

div.center {
    text-align: center;
}

div.section.last {
    border-bottom: 1px solid black;
}

p.fieldinfo {
    display: block;
    padding: 0.5em;
    background-color: lightblue;
    margin: 0px;
    text-align: center;
    border: 1px solid #459;
    border-top: none;
    color: #459;
    font-size: small;
}

table {
    margin-left: auto;
    margin-right: auto;
}

td:nth-child(1) {
    /*font-weight: bold;*/
    text-align: right;
}

textarea {
    width: 100%;
}

h1, h2, h3 {
    font-family: 'Droid Sans', serif;
    text-align: center;
    color: #1E539F;
}

h2 {
    font-size: 24pt;
    margin-bottom: 15px;
}

h3 {
    font-size: 20pt;
    margin: 0.75em 0px;
}

td input[size="20"], td select{
    width: 100%;
}

td input[type=radio], td label {
    width: auto;
}

td {
    vertical-align: top;
}

td.vspace {
    height: 1em;
}

#recaptcha_area {
    margin-left: auto;
    margin-right: auto;
}

.invalid, .empty {
    background-color: orange;
}

select.empty option {
    background-color: white;
}
