*{
    padding: 0;
    margin: 0;
}

body{
    font-family: bariol regular, bariol_regular, Helvetica, Arial, Sans-Serif;
}

.strip
{
    height: 10px;
    background-image: url("../Content/Images/header.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-color: rgb(245, 129, 36);
    width:100%;
}

.header
{
    color: #002c76;
    background-image: none;
    background-repeat: repeat;
    background-position: 0 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    width:100%;
    min-width:1000px;
}

.header-inr
{
    width: 1000px;
    padding: 25px 0 0 120px;
    text-align: left;
    font-family: 'Brandon Grotesque' , Helvetica, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 26pt;
}

#hpBg {
    background: url("../Content/Images/headerShadow.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    margin-bottom:-2px;
    height: 6px;
    left: 0;
    width: 100%;
    min-width:1000px;
    z-index: 2000;
}

.content
{
    height: 620px;
    background-repeat: no-repeat;
    background-position: right top;
    min-width:1000px;
    background-color: #1EA6E3;
}

.footer
{
    height: 60px;
    text-align: right;
    background-image: url("../content/images/login-footer-bg.png");
    background-repeat: repeat-x;
    background-color: rgb(236, 236, 236);
    padding: 20px 110px 0 0;
    min-width:1000px;
}

.ads {
    float: left;
    padding: 20px;
    width:580px;
}
.login-form
{
    width: 320px;
    height: 580px;
    padding: 20px 0px 20px 60px;
    float: left;
    background-color: #ffffff;
}

.login-form form {
    background-color: #ffffff;
}

.login-form-title
{
    font-size: 28px;
}

.field-title
{
    height: 10px;
    font-family: bariol bold, bariol_bold;
    font-size: 18px;
    margin: 20px 0 20px 0;
}

.field-box
{
    width: 285px;
    height: 35px;
    border:  1px solid #EEEEEE;
}

.submit-btn
{
    background: #002C76;
    width: 120px;
    height: 40px;
    font-size:18px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    border: none;
    font-weight: bold;
    cursor: pointer;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.submit-btn:hover, .submit-btn:focus
{
    color: #eb7124;
    outline: none;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
}

.forgot-password
{
    margin: 15px 0 20px 0;
}

.forgot-password a
{
    font-size: 18px;
    text-decoration: none;
    color: #00a3dc;
}

.forgot-password a:hover
{
    color: #eb7124;
}

.create-account
{
    margin: 15px 0 0 0;
}

.create-account a
{
    font-size: 11pt;
    text-decoration: none;
    color: #00a3dc;
}

.create-account a:hover
{
    color: #eb7124;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}