body,p,td,input,ol,ul,select { font-family: Arial, Verdana; font-size: 12px; }
.codefield { height: 32px; width: 300px; border: solid 3px #000000; font-size: 18px; font-family: arial; color: #000000; }
.codefieldinvalid { height: 32px; width: 300px; border: solid 3px #FF0000; font-size: 18px; font-family: arial; color: #FF0000; }
.welcome { font-family: Arial; font-size: 48px; font-style: italic; color: #767676; font-weight: bold; }
.gray { color: #666666; }
.nav { color: #666666; text-decoration: underline; font-size: 14px; font-weight: bold; }
.download { z-index: 1; position: absolute; margin-left: -32px; margin-top: 53px; }
.copyright { font-size: 9px; color: #888888; text-decoration: none; }

.lightbox {
    display: none;
    position: absolute;
    margin-left: -327px; left: 50%; width: 550px;
    top: 10%;
    height: 400px;
    padding: 16px;
    border: 16px solid #222222;
    background-color: #EEEEEE;
    z-index:1002;
    overflow: auto;
    color: #FFFFFF;
}
.lightboxbg{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
.lightboxclose {
  position: absolute;
  top: 5px;
  right: 5px;
}

.clock { font-family: Courier New, Courier; font-size: 36px; font-weight: bold; color: #1A1A1A; }
.msgerror { color: #FFFFFF; font-size: 12px; }
.admtitle { font-size: 18px; font-weight: bold; }
a,a:visited { color: #0000FF; text-decoration: none; }
a:hover { text-decoration: underline; }
