body {
	background: #cbc7c0 url(../img/bg.jpg) repeat-x 0px 0px;
	font-family: Arial;
	font-size:12px;
}

.formBox {
    background-color:;
    /* border:1px dotted #ffffff; */
    margin:0pt 0pt 10px;
    height: 195px;
}

    .formBox h2 {
        border-bottom:1px dotted #ffffff;
        color:#17497d;
        font-size:20px;
        margin-bottom:10px;
        padding-bottom:10px;
    }

  /*  .formBox label{
        clear:both;
        display:block;
        margin:0pt 0pt 5px;
        padding:5px;
    }

        .formBox label span{
            display:block;
            float:left;
            font-weight:bold;
            padding-right:20px;
            text-align:right;
            width:100px;
        } */

#logoOne {
    background-image: url(../img/NEO_logo_NEOPS.png);
    background-position: 20% center, right center;
    background-repeat: no-repeat, no-repeat;
    height: 80px;
    width: 227px;
}

#logoTwo{
    margin: 20px auto 40px;
    text-align: left;
    width: 210px;
    
}

label {
    font-weight: bold;
}

ul.errors li {
    color: red;
    background-color: lightgray;
    font-weight: bold;
    font-size: 120%;
}
.forget{
    color:#000;
    text-decoration: none;
}