.form {
    background-color: rgba(0,0,0,.65);
    padding: 20px;
    margin: 20px;
    color: #FFF;
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    text-align: left;
}

.ad {
    background-color: rgba(168,7,49,.85);
    padding: 20px;
    margin: 20px;
    color: #FFF;
    font-family: 'Open Sans', Helvetica, sans-serif;font-size: 1.4em;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    text-align: left;
    font-size: 1em;
}

.ad H2 {
    margin: 0;
}

.ad H3 {
    margin: 6px 0;
    font-weight: normal;
    font-size: .65em;
}

.message {
    text-align:center;
    color: #007700;
    font-size: 12pt;
    background-color: rgba(255,255,255,.70);
    border: 2px solid #007700;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    padding: 5px;
    width: 80%;
}

.error {
    text-align:center;
    color: #F00;
    font-size: 12pt;
    background-color: rgba(255,255,255,.70);
    border: 2px solid #F00;
    margin: 0 auto;
    margin-bottom: 10px;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    padding: 5px;
    width: 80%;
}

.button {
    cursor: pointer;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 5px;
    color: #002b55;
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    background-color: #FFF;
    text-align: left;
    margin-bottom: 10px;
}

.button label {
    cursor: pointer;
}

.button A {
    color: #002b55;
}

.agent-button {
    cursor: pointer;
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    /*background: #002b55;*/
    background:#00538b;
    text-align: left;
    margin-bottom: 0px;
}

.agent-button SELECT {
    margin-left: -7px;
    /*color: #002b55;*/
    color:#00538b;
}

H2 {
    font-family: 'Open Sans', Helvetica, sans-serif;font-style: italic;font-weight: 700;
    color: #FFF;
    font-size: 1.3em;
    line-height: 100%;
    letter-spacing: -.05em;
    margin: 10px 0;
}

H3 {
    font-family: 'Open Sans', Helvetica, sans-serif;font-style: italic;font-weight: 700;
    color: #FFF;
    font-size: 1em;
    line-height: 100%;
    letter-spacing: -.05em;
    margin: 10px 0;
}

H4 {
    font-family: 'Open Sans', Helvetica, sans-serif;font-style: italic;font-weight: 700;
    color: #000;
    font-size: .8em;
    line-height: 100%;
    letter-spacing: -.05em;
    margin: 0;
}

H5 {
    font-family: 'Open Sans', Helvetica, sans-serif;font-style: italic;font-weight: 700;
    color: #000;
    font-size: .7em;
    line-height: 100%;
    letter-spacing: -.05em;
    margin: 0;
}

H6 {
    font-family: 'Open Sans', Helvetica, sans-serif;font-style: italic;font-weight: 700;
    color: #000;
    font-size: .6em;
    line-height: 100%;
    letter-spacing: -.05em;
    margin: 0;
}

BUTTON {
    background-color: #b3c7db;
    -webkit-border-radius: .25em;
    border-radius: .25em;
    color: #000;
    margin-top: 20px;
    border: 0;
    font-size: .85em;
    font-weight: 700;
    padding: 7px 40px 7px 40px;
    cursor: pointer;
}

LABEL {
    font-size: 1em;
}

INPUT {
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-border-radius: .35em;
    border-radius: .35em;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 1em;
    width: 100%;
    padding: 3px;
}

TEXTAREA {
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-border-radius: .35em;
    border-radius: .35em;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 1em;
    width: 100%;
    padding: 3px;
}

INPUT[type='checkbox'] {
    width: auto;
    display: inline;
}

INPUT[type='radio'] {
    display: inline;
    width: 20px;
}

INPUT[type='file'] {
    display: inline;
    background-color: inherit;
    border: 0;
    width: auto;
}

SELECT {
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 1em;
}

A {
    text-decoration: none;
    color: #FFF;
}

.circle {
    float:left;
    background-color: gray;
    width:10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.line {
    float:left;
    width: 100%;
    margin-top:5px;
    height: 5px;
    background-color: gray;
    margin-top: 1px;
}

.highlight {
    background-color: #e8ff55;
}