﻿body {
}
a:link, a:visited, a:hover, a:active {
    color: #88A2D2;
    text-decoration: none;
}

body {
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-size: 14px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    color: #88A2D2;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    color: #88A2D2;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
}

#banner {
    display: block;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #88A2D2;
    padding-left: 2%;
    margin: 1.5em 0 1.5em;
}

#header {
    clear: both;
    float: left;
    width: 100%;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #36528F;
    background-color: #FFF;
}

.contentFull {
    clear: both;
    float: left;
    width: 100%;
    background-color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formBox {
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
    padding: 2px 0 2px 0;
    width: 100%;
    margin-bottom: 0.5em;
}

.formBtnBoxOne {
    text-align: right;
    padding: 0.5em 0 0.5em;
}

.formContainer {
    width: 300px;
    margin: 20px auto 40px auto;
    padding: 10px;
}

.formLabel {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666666;
    font-weight: bold;
    display: block;
    padding-top: 0.2em;
}

.formSpace {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}

.formText, .actionLink, .validatorText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #666666;
    margin-bottom: 0.5em;
    display: block;
}

.successMessage {
    color: green;
    font-size: 1em;
}

.errorMessage {
    color: red;
    font-size: 1em;
}
