﻿a.next-btn {
    background: url(../../images/Next_BTN.png) no-repeat 0px 0px;
    height: 22px;
    width: 86px;
    display:block;
    margin-top:15px;
}
a.next-btn:hover {
    background: url(../../images/Next_BTN.png) no-repeat 0px -22px;
}
a.next-btn .disabled{
    background: url(../../images/Next_BTN.png) no-repeat 0px -44px;
}

.fp_blue_box
{
    height:120px; padding-top:40px; 
}
.fp_blue_box div.innerBox
{
    width: 260px; margin: 0 auto;
}

.fp_blue_box2
{
    width: 550px;
    height:90px;
    padding-top:20px;
    margin:20px 0 0 100px;
}

.cp_box
{
    padding-top:30px; margin-bottom: 60px;
}

#PwdSentHeadin1
{
    font-size:24px;
    font-weight:bold;
    color:#0093CC;
    padding:8px 0px;
}
#PwdSentHeadin2
{
    font-family:Arial;
    font-size:14px; 
    line-height:22px;
    color: #2c2c2c;   
}

#PwdSentHeadin2 a.resend
{
    color:#0093CC;
    cursor:pointer;
}

.fieldset.box
{
    background: #ffffff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
    width: 968px;
    margin: 30px auto;
    text-align: left;
    display: table; 
}

.change_row
{
    margin: 0px 0px 15px 25px; width: 800px;text-align: left; position:relative;
}

.change_row label
{
     color: #2C2C2C; font-size: 13px; font-family: Arial; margin: 0 0 5px 5px; display:block;  
}

.change_row input[type=text]
{
       
    border: #D8D8D8 1px solid;
    height:20px;
    width: 210px;
    font-size: 13px;
    border-top: 1px solid #B3B3B3;
    border-radius: 3px;
    padding:4px;
}

.change_row input[type=password]
{
    border: #D8D8D8 1px solid;
    height:20px;
    width: 210px;
    font-size: 13px;
    border-top: 1px solid #B3B3B3;
    border-radius: 3px;
    padding: 4px;
}

.change_row input:focus
{
    outline: 0;
    border-color: rgba(38,158,229,.755);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 0 6px rgba(38,158,229,.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 6px rgba(38,158,229,.5);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 0 6px rgba(38,158,229,.5);
}

input[type=submit].changePWD {
    background: url(../../images/changePWD_bg.png) no-repeat 0px 0px;
    height: 28px;
    width: 185px;
    margin-top: 7px;
    border:medium none;
    cursor:pointer;
    color: White;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 0 2px 2px 0;
    -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    -moz-text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}

input[type=submit].changePWD:hover {
    background: url(../../images/changePWD_bg.png) no-repeat 0px -28px;
}

.ChangeLogBG {
    width:350px;
    margin: 40px 0 0 120px;
    height: 90px;
    float:left;
}  

a.ChangeLogBTN {
    background: url(../../images/changePWD_bg.png) no-repeat 0px 0px;
    display: block;   
    height: 23px;
    width: 185px;
    border: none;
    cursor:pointer;
    color: White;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 0 26px;
    -webkit-text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    -moz-text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
}

a.ChangeLogBTN:hover {
    background: url(../../images/changePWD_bg.png) no-repeat 0px -28px;
    text-decoration: none;
}

.ajax_sign1 {
    font-size: 12px; 
    color: #666; 
    font-family: Arial;
    float: left;
    margin: 7px 8px;
}

.ajax_sign1IMG
{
    float: left;
    margin:7px 0 0 10px;
}
