html, body{
    height: 100%;
}
#chgpass-outside{
    display: table;
    height: 100%;
    width: 100%;
    *height: 50%;
    *position: absolute;
    *top: 40%;
}
#chgpass-inside{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    *width: 100%;
}
#chgpass{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5%;
    *width: 50%;
    *position: relative;
}

#passexpr-hdr {
    margin: auto;
    height: 20px;
    width: 440px;
    font-size: 21px;
    padding-bottom: 50px;
    padding-left:38px
}

img.logo-expire{
    margin:    17px;
    border:    0px;
    padding: 0px;
}

div.logo-left{
    position: absolute;
    left: 0px;       
}

div.logo-right{
    position: absolute;
    right: 0px;
} 

body {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: Arial, helvetica, Verdana, sans-serif;
    font-size: 14px;
}

div.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#chg-success {
    height: 150px;
    width: 500px;
    /*background: #eee;*/
    margin: 0 auto;
    margin-top: 150px;
    font-size: 20px;
    text-align: center;
}

#chg-success-text {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#chg-logo {
    position: absolute;
    right: 0px;
    top: 0px;
}

#clickhere {
    background-color: #ff9;
}

p {
    font-family: Arial, helvetica, Verdana, sans-serif;
    font-size: 14px;
}
