﻿#ExpPassword {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
    width: 550px;
    border:solid 1px #d7d7d7;
    background-color:#f4faff;
}
#ExpPassword .hl1{
    padding:10px 0 10px 10px;
}
#ExpPassword .divider{
    width:100%;
    height:1px;
    border-bottom:solid 1px #d7d7d7;
}
#expPassword_Params{
    margin:10px 10px 10px 10px;
}
.actions{
    float:right;
    padding-top:30px;
}
input {
    background-color: #FFFFFF !important;
    vertical-align: middle;
}
.field{
    padding-top:20px;
}
.label{
    font-weight:bold;   
}
#passwordMatchFail,#PasswordError{
    background-color: #AE6669;
}
.alertMsg {
    height:auto !important;
    padding-bottom: 8px;
}