html.opacity {
        overflow: hidden;
}
#opacity {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 800px;
        display: block;
        position: absolute;
        background-color: #000000;
        filter: alpha(opacity=70);
        -moz-opacity: 0.70;
        opacity: 0.70;
        z-index: 1;   
}
#forgotten {
        position: absolute;
        width: 300px;
        height: 170px;
        padding: 8px 11px 8px 15px;
        z-index: 2;
        top: 180px;
        left: 50%;
        margin: 0px 0px 0px -154px;
        background: no-repeat #fff;
}
#forgotten .close {
        margin-top: 0px;
        text-align: right;
}
#forgotten h3 {
        margin: 0px 0px 10px 0px;
}
#forgotten p {
        margin: 0px 0px 13px 0px;
        color: #000000;
}
#forgotten .button {
        margin: 0px 0px -5px;
}
#forgotten .text {
        width: 190px;
}
#forgotten .close img {
        cursor: pointer;
}
.footer {
  background-color:#FFF;
  background-image:url(/images/footers/footer_aetn.jpg);
  background-repeat:no-repeat;
  color:white;
  font-family:Verdana,Helvetica,sans-serif;
  font-size:12pt;
  font-weight:normal;
  padding:0px 8px 5px 0px;
  text-decoration:none;
}
.footer_register {
  height: 20px;
  padding:20px 0px 0px 425px;
  margin: 0; 
}
.ft_cr {
  color: #595959; 
  font-size: 10px; 
  text-decoration: none; 
  font-family: arial,verdana,sans-serif;
}
.ft_cr_register {
  color: #595959; 
  font-size: 10px; 
  width: 176px; 
  text-decoration: none; 
  font-family: arial,verdana,sans-serif;
  padding:20px 0px 0px 5px;
}
