div.forget_pwd{  
    position:absolute;  
/*    left: 37%;  
    top: 23%;      */
    display: none;  
    background: white;  
    cursor: default;  
    /*width: 25%;*/    
    height: 25%;
    min-height: 200px;
    min-width: 350px;
    max-width: 450px;
    z-index: 10;  
    opacity: 1;  
    margin:auto;
    top:-15%;right:0;left:0;bottom:0;
}

#content form.reset_pwd_form {margin-top:3em;}

div.forget_pwd #content{  
    /*border: 1px solid silver;*/
    background:white;
    height:100%;
    padding-left:0.5em;;
    border: 1px solid silver;      
    /*height:90%*/    
} 

div.forget_pwd #title_line2{  
    /*border-bottom-width:0px;*/
    /*background:#98AFC7;  *//*blue gray*/
    border-collapse:collapse;
    background-color: #004AA9;
    /*background-color:#0078AE;*/
    padding-top: 0.8em;
    padding-bottom: 0.8em;    
    font-size:1.3em;  
    font-weight:bold;
    cursor: default;
    text-align:center;
    color:white;
}  

/*div.forget_pwd #content h4 {font-size:1.4em; margin-bottom:1em; margin-top:3em; margin-left:5%;}*/

div.forget_pwd #content div.label
{   
    vertical-align:middle;
    width:30%;       
    float:left;
    font-size: 1.2em;
    text-align:right;
    padding-top:0.8em;
}

div.forget_pwd #content div.input 
{
    width:60%;    
    float:left;
    /*border: 1px black solid;*/
}

div.forget_pwd #content input.textfield 
{   
    width:70%;
    text-align:left;
    font-size:1.2em;
    border:1px gray solid;
    margin-bottom:10px;
    margin-top:0.5em;
    margin-left:0.5em;    
}

div.forget_pwd div.form_submit_forget_pwd {text-align: center;}

div.forget_pwd div.form_submit_forget_pwd #reset_pwd_cancel {margin-left:1.5em;}

div.forget_pwd div.form_submit_forget_pwd input 
{
    margin-top:3em;
    width:6em;
    font-size:1.2em;
    border:1px gray solid;
    background-color:#E5E4E2;/*Platinum*/
    height:auto;
}

div.clear {clear:both;}
