h1 {
    color: #144973;
    font-size: 18px;
    margin: 0;
    margin: 0;
    padding: 0;
}
h2 {
    color: #144973;
    font-size: 16px;
    margin: 0;
    padding: 0;
}
h3 {
    color: #144973;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
h4 {
    color: #144973;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
body {
    background-color: #999;
    font-family: sans-serif;
    font-size: 13px;
}
p {
    color: black;
    font-size: 11px;
}
a {
    text-decoration: none;
    color: black;
}
#wrapper {
    width: 430px;
    height: 720px;
    position: absolute;
    left: 60%;
    top: 40%;
    margin: -325px 0 0 -450px;
    background-color: #084b7f;
    box-shadow: 1px 2px 9px black;
}
.logo {
    width: 30%;
    margin: 1% 2% 2% 2%;
}


#header {
    background-image: url("../../Images/login_new/header_20150514.jpg");
    width: 100%;
    height: 100px;
    position: relative;
    float: left;
}
#leftcol {
    position: relative;
    float: left;
    width: 360px;
    height: auto;
    padding: 2%;
    margin-top: 15px;
    text-align: left;
    color: white;
}
#leftcol p {
    font-size: 10px;
    color: white;
}
#leftcol a {
    font-size: 10px;
    color: white;
}
#rightcol {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    width: 440px;
    padding: 0;
    text-align: right;
    height: 550px;
    margin-left: 60px;
    right: -5px;
}
#form {
    width: 400px;
    text-align: left;
}
#form p {
    font-size: 14px;
    color: white;
}
#form p.form-label {
    display: inline-block;
    width: 30%;
    font-size: 18px;
}
#form p.form-label-2 {
    display: inline-block;
    width: 60%;
    font-size: 18px;
}
input {
    width: 65%;
    font-size: 15px;
    padding: 5px;
    border: none;
}
input#AuthCode {
    width: 35%;
    font-size: 15px;
    padding: 5px;
    border: none;
}
textarea {
    width: 400px;
    height: 140px;
}
#button, #buttonAuth, #buttonEmail {
    height: 60px;
    background: none repeat scroll 0 0 #0f81c0;
    border: medium none;
    color: #fff;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    margin: 4% auto;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease 0s;
    vertical-align: middle;
    width: 410px;
    border-radius:5px;
}
#button:hover, #buttonAuth:hover, #buttonEmail:hover {
    cursor: pointer;
}
#login {
    position: relative;
    background-color: #0054d3;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: none;
    padding: 15px 43% 25px 42.5%;
    top: 0;
    left: 0;
}
#button:active, #buttonAuth:active, #buttonEmail:active {
    background-color: #009cd3;
    position: relative;
    top: 1px;
    left: 1px;
}
#forgotpw {
    float: right;
    display: block;
    padding-bottom: 5px;
}
#authhelp {
    font-size: 10px;
    float: right;
    display: block;
    padding-bottom: 5px;
}
.printlink {} .adpage {
    width: 440px;
    height: 537px;
    background-color: white;
    padding: 0;
    text-align: center;
}
.adpagecontact {
    width: 270px;
    height: 90px;
    float: right;
    display: inline;
    margin-right: 6px;
    margin-top: 10px;
}
.adpagecontact2 {
    position: relative;
    width: 440px;
    height: auto;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    top: -30px;
}
.adpagecontact3 {
    position: relative;
    width: 440px;
    height: auto;
    float: left;
    margin-right: 0px;
    margin-top: 0px;
    top: -36px;
    left: 230px;
    text-align: left;
}
.adpagecontact3 .email {
    background: black;
    color: white;
    font-size: 14px;
    padding-right: 10px;
    font-weight: bold;
}
.adpageleftfoot {
    float: left;
    display: inline;
    margin-left: 6px;
    margin-top: 10px;
}
.adpagetext {
    position: relative;
    float: left;
    width: 400px;
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
}
#button2 {
    position: relative;
    background-color: #0054d3;
    width: 400px;
    height: 40px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    border-style: solid;
    border-bottom-color: black;
    border-right-color: black;
    border-width: 1px;
    border-top-color: #009cd3;
    border-left-color: #009cd3;
    padding-top: 15px;
    float: right;
    top: -40px;
    left: 10px;
    box-shadow: 1px 1px 3px black;
    border-radius: 5px;
}
#legal {
    background: #fff;
    width: 408px;
    height: 275px;
    border: none;
}
.messages {
    position: absolute;
    display: none;
    font-weight: bold;
    top: -40px;
    left: 140px;
    width: 263px;
    opacity: 0.95;
}
