#loginBox {
    background: url(images/login-back.png) top left no-repeat;     
    width: 550px;
    height:540px;
    position: absolute;
    top:0px;
    margin-left: 50px;
    }
.loginField {
    margin-left: 152px;
    margin-top: 205px;
    font-size: 12px;
    font-family: Arial;
    color: #333; 
    }
.chgField {
    margin-left: 80px;
    margin-top: 205px;
    font-size: 12px;
    font-family: Arial;
    color: #333;
    width: 200px; 
    }
#loginText {
    margin-left: 152px;
    margin-top: 40px;
    font-size: 12px;
    font-family: Arial;
    line-height:15px;
    color: #333; 
    }
#trustBox {
    position: absolute;
    top:30px;
    left:5px;
    }
/* text style for the site links (at extreme top-right of header) */
.LogLink {
    font: bold 1.2em/1.2em Arial, sans-serif;
}
A.LogLink:link {
    text-decoration:    none;
    color: #778899;
}

A.LogLink:visited  {
    text-decoration:    none;
    color:#333;
}

A.LogLink:active   {
    text-decoration:    none;
    color:#333;
}

A.LogLink:hover    {
    text-decoration:    underline;
    color:#2f4f4f;
}
.info_pop {
    font-family: Arial, sans-serif;
    position: absolute;
    top: 520px;
    height: 300px;
    width: 250px;
    left: 220px;
    z-index: 1000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f0c0d+0,e02c2c+5,e02c2c+96,3f0c0d+100 */
    background: #e02c2c; /* Old browsers */
    padding: 10px;
}
.info_pop:hover {
}
#tls_info_header {
    font-weight:bold;
    font-size:20px;
    margin-bottom:30px;
}
#tls_info_content {
    font-size: 14px;
}


    