body {
    background-color: #fff;
    margin-top: 40px;
    font: normal Times New Roman, Helvetica, Arial, sans-serif;
    color: #333;
}

div.main {
    width: 650px;
    margin: 0 auto;
}

div.logo {
    text-align: right;
    height: 106px;
    color: #333;
    font: 16px bold Arial, Times New Roman, sans-serif;
    width: 100%;
}

div.logo div.sublogo{
    cursor: pointer;
    width: 325px;
    height: 106px;
    float: left;
}

div.sublogo_r {
    width: 285px;
    height: 106px;
    float: right;
}

div.title {
    color: #333;
    font: 19px normal Helvetica, Arial, sans-serif;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}

#footer {
    width: 650px;
    color: #333;
    font: 13px normal Helvetica, Arial, sans-serif;
    margin: 0 0 14px 0;
    text-align: center;
    float: left;
}

#footer a{
    color: #333;
    font: 13px normal Helvetica, Arial, sans-serif;
}

div.container {
    border: 0px solid #ed0515;
    font: 15px normal Helvetica, Arial, sans-serif;
    color: #333;
    min-height: 200px;
    float: right;
    margin: 0;
}

div.redirectmsg {
    height: 60px;
    font: 15px normal Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
    background-color: #fcfccf;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    margin: 50px 90px 50px 90px;
}

div.infobox {
    width: 200px;
    min-height: 200px;
    border: 1px dashed #333;
    margin-bottom: 20px;
    padding: 0;
    border-radius: 5px;
    float: left;
    font: 11px normal Helvetica, Arial, sans-serif;
    color: #333;
    padding: 3px 3px 3px 3px;
    text-align: justify;
}

div.form {
    width: 640px;
    margin:0 auto;
}

div.infobox a{
    color: #333;
    font: 11px normal Helvetica, Arial, sans-serif;
}

div.buttonsbox {
    width: 390px;
    margin-left: 170px;
    text-align: center;
    padding-top: 10px;
}

div.errormsg {
    height: 48px;
    font: 12px normal Helvetica, Arial, sans-serif;
    color: #800000;
    text-align: center;
    border: 1px dashed #ed0515;
    background: #fcfccf;
    border-radius: 5px;
    padding-top: 10px;
}

div.ajaxloader {
    height: 48px;
    background:  #fcfccf;
    font: 12px normal Helvetica, Arial, sans-serif;
    color: #002166;
    text-align: center;
    border: 1px dashed #006ae1;
    border-radius: 5px;
    display: none;
    padding-top: 10px;
}

div.ajaxloader div.img {
    height: 16px;
    width: 16px;
    margin-left: 16px;
    margin-top: 16px;
    position: absolute;
    display: block;
    background: url('/images/ajaxloader-16x16.gif') no-repeat;
}

div.messagebox {
    width: 250px;
    height: 48px;
    margin-left: 245px;
    display:none;
}

label {
    font: 15px normal Helvetica, Arial, sans-serif;
    color: #333;
    width: 120px;
    display: inline-block;
    margin-left: 120px;
}

input {
    text-decoration: none;
    background-color: #fff;
    border: 1px #c0c0c0 solid;
    font: 15px normal Helvetica, Consolas, Monaco, Courier New, Courier, monospace;
    color: #333;
    margin-bottom: 2px;
    border-radius: 5px;;
}

input.disabled {
    text-decoration: none;
    background-color: #ddd;
    border: 1px #c0c0c0 solid;
    font: 15px normal Helvetica, Consolas, Monaco, Courier New, Courier, monospace;
    color: #333;
    margin-bottom: 2px;
    border-radius: 5px;;
}

.errInfo {
    text-align: left;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    position: absolute;
    display: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 2px #a9a9a9;
    -moz-box-shadow: -1px 1px 2px #a9a9a9;
    box-shadow: -1px 1px 2px #a9a9a9;
    background: #f60000;
    border: 3px solid #d50000;
}
#rdrmsg {
   display: none;
}

div.caption {
    font: 14px normal Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}
div.description{
    margin: 170px 5px 0px 5px;
    text-align: justify;
}
div.forgot_off {
    float: left;
    width: 204px;
    height: 375px;
    border: 1px solid #dfdfdf;
    margin: 10px 5px;
    background: url('/images/forgot_off.png') 50% 15% no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}

div.register_off {
    float: left;
    width: 204px;
    height: 375px;
    border: 1px solid #dfdfdf;
    margin: 10px 5px;
    background: url('/images/register_off.png') 50% 20% no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
div.howto_off {
    float: left;
    width: 204px;
    height: 375px;
    border: 1px solid #dfdfdf;
    margin: 10px 5px;
    background: url('/images/howto_off.png') 50% 20% no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
div.forgot_on {
    float: left;
    width: 204px;
    height: 375px;
    border: 1px solid #dfdfdf;
    margin: 10px 5px;
    background: url('/images/forgot_on.png') 50% 15% no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}

div.register_on {
    float: left;
    width: 204px;
    height: 375px;
    border: 1px solid #dfdfdf;
    margin: 10px 5px;
    background: url('/images/register_on.png') 50% 20% no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
div.howto_on {
    float: left;
    width: 204px;
    height: 375px;
    border: 1px solid #dfdfdf;
    margin: 10px 5px;
    background: url('/images/howto_on.png') 50% 20% no-repeat;
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
div.container a {
    text-decoration: none;
    background-color: #fff;
    border: 1px #c0c0c0 solid;
    font: 15px normal Helvetica, Consolas, Monaco, Courier New, Courier, monospace;
    color: #333;
    margin-bottom: 5px;
    border-radius: 5px;
}
#login_title {
    font: 14px normal Helvetica, Arial, sans-serif;
    color: #333;
    text-align: center;
    height: 53px;
    margin-left: 100px;
}
div.login_msgbox {
    min-height: 70px;
}

input.forgotbtn_off {
    margin-left: 55px;
    margin-top: 10px;
    min-width: 100px;
}
input.forgotbtn_on {
    margin-left: 55px;
    margin-top: 10px;
    min-width: 100px;
    background-color: #fcfccf;
}

input.registerbtn_off {
    margin-left: 55px;
    margin-top: 10px;
    min-width: 100px;
}
input.registerbtn_on {
    margin-left: 55px;
    margin-top: 10px;
    min-width: 100px;
    background-color: #fcfccf;
}

input.howtobtn_off {
    margin-left: 55px;
    margin-top: 10px;
    min-width: 100px;
}
input.howtobtn_on {
    margin-left: 55px;
    margin-top: 10px;
    min-width: 100px;
    background-color: #fcfccf;
}