
#content.home {
    margin-top: 15px;
    padding-bottom: 0;
}
#content-body.index .section-box#mainbox {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;    
    min-height: 492px;
    background: #20285A url(../graphics/saferwatch-app-homepage-1050x492.jpg) no-repeat bottom right;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
#content-body.index .section-box#mainbox #login-headline {
    position: relative;
    top: 30px;
    left: 460px;
    width: 100%;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #999;
    text-indent: 0;
    text-align: left;
    line-height: 52px;
    color: #373A36;
    cursor: default; 
}
#content-body.index .section-box#mainbox #login-subline {
    position: relative;
    top: 35px;
    left: 500px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;    
    font-weight: 300;
    text-shadow: 1px 1px 1px #999;
    text-align: left;
    color: #373A36;
    cursor: default; 
}
#content-body.index .section-box#mainbox #security-update {
    position: absolute;
    top: 250px;
    left: 410px;
    z-index: 60;
    margin: 0;
    width: 520px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 30px;
    border: 2px #fff solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow:0 2px 5px #666;
    -webkit-box-shadow:0 2px 5px #666;
    box-shadow:  1px 1px 4px #666;
    background: #dadada;
    background: -webkit-linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.95),rgba(230,230,230,1));
    background: -o-linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.95),rgba(230,230,230,1));
    background: -moz-linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.95),rgba(230,230,230,1));
    background: linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.95),rgba(230,230,230,1));
    color: #fff;
    cursor: pointer;
}
#content-body.index .section-box#mainbox #security-update h3 {
    font-weight: 700;
}
#content-body.index .section-box#mainbox #security-update p {
    padding: 5px 0;
}
#content-body.index .section-box#mainbox #security-update ul {
    margin-left: 10px;
    list-style-type: disc;
    list-style-position: inside;
}
#content-body.index .section-box#mainbox .start-trial-1 {
    position: absolute;
    top: 320px;
    left: 630px;
    z-index: 60;
    margin: 0;
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 20px;
    border: 2px #fff solid;
/*    border-style: outset; */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
/*     -moz-box-shadow:0 2px 5px #666;
    -webkit-box-shadow:0 2px 5px #666;
   box-shadow:  1px 1px 4px #666; */
    text-shadow:  1px 1px 4px #999;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    background: #93272C;
/*    background: -webkit-linear-gradient(#FFD756,#FFD756,#ffff99,#FFD756,#FFD756);
    background: -o-linear-gradient(#FFD756,#FFD756,#ffff99,#FFD756,#FFD756);
    background: -moz-linear-gradient(#FFD756,#FFD756,#ffff99,#FFD756,#FFD756);
    background: linear-gradient(#FFD756,#FFD756,#ffff99,#FFD756,#FFD756); */
    color: #fff;
    cursor: pointer;
}
#content-body.index .section-box#mainbox .start-trial-1:hover {
    text-shadow: 1px 1px 8px #ffff99;
}
#content.home #login-lognews {
    float: left;
    clear: both;
    width: 100%;
    cursor: default; 
    padding-top: 25px;
    margin-left: 25px;
}

/* LOGIN */
#content-body.index .section-box#mainbox #loginbox {
    position: absolute;
    top: 185px;
    left: 25px;
    z-index: 60;
    width: 280px;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dadada;
    background: -webkit-linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.8),rgba(146,146,146,.7));
    background: -o-linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.8),rgba(146,146,146,.7));
    background: -moz-linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.8),rgba(146,146,146,.7));
    background: linear-gradient(rgba(255,255,255,.9),rgba(241,241,241,.8),rgba(146,146,146,.7));
}
#loginbox h3 {
    font-weight: 500;
    font-size: 16px;
    margin: 5px 0 10px 16px; 
}
#loginbox label {
    clear: left;
    width: 70px;
    font-size: 15px;
    margin: 5px 10px 0 15px;
    padding: 0;
    color:#28334A;
}
#loginbox .mainforms .fielderror label {
    color: #c00;
}
#loginbox input {
    width: 160px;
    font-size: 15px;
    margin-bottom: 5px;
}
#loginbox input.cbox {
    float: left;
    clear: none;
    width: 20px;
    margin-left: 5px;
}
#loginbox .buttons {
    width: 255px;
    float: none;
    clear: both;
    text-align: right;
    margin: 0 auto;
    overflow: hidden;
}
#loginbox .buttons .button {
    font-size: 15px;
    margin-bottom: 5px;
}
#loginbox #remember {
    float: left;
    clear: both;
    margin-top: 5px;
}
#loginbox #remember label {
    float: left;
    clear: none;
    width: 160px;
    margin: 0 0 0 5px;
    text-align: left;
    font-size: 15px;
}
#loginbox #iforgot {
    float: right;
    clear: both;
    width: 40px;
    font-size: 12px;
    cursor: default;
}
#loginbox .feedback {
    float: left;
    clear: both;
    width: 250px;
    margin: 15px 10px 5px 15px;
    text-indent: 0;
    font-size: 12px;
    font-weight: 500;
    color: #703;
}
#loginbox #get-account { display: none;
    float: left;
    clear: both;
    width: 240px;
    margin: 5px 0 0 25px;
    text-align: left;
    font-size: 12px;    
}
/* SIGN UP BOX */
#container #signupbox {
    position: absolute;
    top: 196px;
    left: 380px;
    z-index: 999;
}

/* Page sections for stacking content */
.section-box {
    float: left;
    clear: both;
    width: 1000px;
    margin: 0 25px 10px;
}

/* sub page styles */
#content.home div#mainbox.subpage {
height: 48px;
}
#content.home div#mainbox.subpage h1 {
color: white;
font-size: 18px;
margin-left: 45px;
padding-top: 13px;
}


/*  CertData landing page  */
#certdatalogo {
float:right;
width:240px;
height:96px;
background:white url(../graphics/CertData240x96.png) top right no-repeat;
}

/* COMMON WINDOW STYLES */

/* ACCOUNT SIGNUP and CONTACT US WINDOWS */
/* #signup, */
#signupcnv {
    top: 240px;
    left: 140px;
    width: 400px;
}
#contact {
    top: 90px;
    left: 120px;
    width: 500px;
}
#signup {
    position: absolute;
    top: inherit;
    left: inherit;
    right: inherit;
    width: 430px;    
    z-index: 70;
    padding: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #dadada;
    background: -webkit-linear-gradient(rgba(255,255,255,1),rgba(241,241,241,1),rgba(146,146,146,.8));
    background: -o-linear-gradient(rgba(255,255,255,1),rgba(241,241,241,1),rgba(146,146,146,.8));
    background: -moz-linear-gradient(rgba(255,255,255,1),rgba(241,241,241,1),rgba(146,146,146,.8));
    background: linear-gradient(rgba(255,255,255,1),rgba(241,241,241,1),rgba(146,146,146,.8));    
}
#signup p,
#contact p {
    width: auto;
    margin: 5px 20px;
}
#signup p.topline {
    font-size: 16px;
    color: #28334A;
}
#signupcnv p {
    width: auto;
    margin: 10px 20px 20px;
    font-size: 14px;
}
#newcompany,
#newlogin,
#contactform {
    float: left;
    clear: both;
    width: 500px;
}
#newcompany label,
#newlogin label,
#contactform label {
    width: 150px;
    text-align: right;
}
#newlogin .terms { 
    float: left;
    clear: both;
    margin: 5px 0 5px 160px;
    padding:0;
}
#newlogin .terms input.cbox {
    float: left;
    clear: none;
}
#newlogin .terms span {
    float: left;
    clear: none;
    position: relative;
    top: 3px;
    left: 6px;
    font-size: 11px;
    cursor: default;
}
#newlogin .buttons,
#contact .buttons,
#signupcnv .buttons {
    float: left;
    clear: both;
    width: 85%;
    text-align: right;
}

/* RESEND PASSWORD WINDOW */
#resend {
    top: 245px;
    left: 35px;
    width: 330px;
    margin-left: 0;
}
#resend div label {
    width: 80px;
}
#resend .buttons {
    float: left;
    clear: both;
    width: 80%;
    text-align: right;
}
/* broker training video pages */
.edreflinks {
    margin: 5px auto;
    font-size: 14px;
    text-align: center;
}

