
  .hidden {
    display: none;
  }

  /* Pop-up message and fading background */
  #opaco {
     background-color: #ffffff;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 100); /* IE5+ */
     filter: alpha(opacity=100);/* IE4- */
     moz-opacity: 1; /* Mozilla */
     -khtml-opacity: 1; /* Safari */
     opacity: 1;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1000;
   }
  #opaco2 {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE5+ */
     filter: alpha(opacity=60);/* IE4- */
     moz-opacity: .6; /* Mozilla */
     -khtml-opacity: .6; /* Safari */
     opacity: .6;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 1000;
   }

  div.dvlogin {
    border: 0px;
    padding:10px;
    position: absolute;
    top: 200px;
    left: 50%;
    z-index:1001;
    width:422px;
  }


.login {
  font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size: 14px; 
  color: #607385;
  font-weight: normal;
  text-decoration: none;
}

.login_name {
  font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
  font-size: 24px; 
  color: #009933;
  font-weight: normal;
  text-decoration: none;
}
