
div.new_acc{
    position:absolute;  
    display: none;  
    background: white;  
    cursor: default;      
    height: 50%;    
    min-width: 500px;
    max-width: 600px;
    min-height: 650px;
    z-index: 10;  
    opacity: 1; 
    margin:auto;
    top:-6%;right:0;left:0;bottom:0;
    scroll:auto;
}

div.new_acc p {font-size:1.3em; font-weight:bold;}
div.new_acc form div h4 {font-size: 1.3em; font-weight: bold;}
h5 
{
    font-size: 1.1em;
    /*color:red;*/
    font-weight: bold;
    margin-right:1em;
}

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

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

div.new_acc #title_line{  
    /*background:#98AFC7;  *//*blue gray*/
    background: #004AA9;
    padding-top: 0.8em;
    padding-bottom: 0.8em;    
    font-size:1.3em;  
    font-weight:bold;
    cursor: default;
    text-align:center;
    color:white;    
}  

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

div.new_acc #content div.label
{   
/*    display:inline;*/
    vertical-align:middle;
    width:30%;       
    float:left;
    font-size:1.2em;
    text-align:right;
    padding-top:0.7em;
/*    background-color: blue;
    border:1px black solid;*/
}

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

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

div.new_acc div.form_submit_new_user 
{
    /*margin-left:32%;*/
    text-align: center;
}

div.new_acc div.form_submit_new_user #cancel {margin-left:1.5em;}

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

.req {color:red;}
div.clear {clear:both;}
