.secury_password {
    border: 1px solid #9cd1f2;
    margin: 150px auto 0;
    padding: 3px;
    width: 500px;
    font-size:14px;
}

.secury_password_lead {
    background: none repeat scroll 0 0 #eff8fd;
    padding: 50px 20px;
}

.red{
    color: red;
}

.floatLeft{
    float:left;
}

.clearBoth{
    clear:both;
}

.param{
    margin-top:15px;
    width:100%;
}

.paramDisplay {
    color: #1d5d80;
    font-weight: bold;
    text-align:right;
    width:30%;
}

.param .password{
    padding-left: 10px;
    width: 65%;
}

.param .password input{
    width: 80%;
}

.saveBtn{
    margin-top:15px;
    clear:both;
    text-align:center;
}

.saveBtn .blackBtn {
    background: url("../../img/management_templates_img/popuplayer/buttonground01.gif") repeat-x scroll 0 0 #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #ffffff;
    cursor: pointer;
    height: 19px;
    padding: 0 8px;
}
.saveBtn .blackBtn:hover {
    background: url("../../img/management_templates_img/popuplayer/buttonground01_on.gif") repeat-x scroll 0 0 #747474;
    border: 1px solid #747474;
    color: #ffffff;
    cursor: pointer;
    height: 19px;
    padding: 0 8px;
}
