html { scrollbar-Base-Color: #7A736A;
       scrollbar-Track-Color: #7A736A; 
       scrollbar-Arrow-Color: #C2BBB2; }

body { background-color: #BBB4AB;
       font-family: Verdana,Arial,Sans-serif;
       font-size: 10pt;
       color: #000000;
       text-align: justify; }

#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -226px; }

#container { position: relative;
             overflow: hidden;
             margin: auto;
             width: 780px; 
             height: 451px; }

#maintext { position: absolute;
            overflow: auto;
            left: 300px;
            top: 99px;
            width: 449px;
            height: 275px;
            z-index: 1;
            padding: 4px;
            background-color: #ffffff;
            font-family: trebuchet ms,arial,verdana,helvetica;
            font-size: 12px;
            color: #000000;
            text-align: justify; }

#left { position: absolute;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 451px;
        z-index: 0; }
        
#top { position: absolute;
       left: 300px;
       top: 0px;
       width: 457px;
       height: 99px;
       z-index: 0; }

#right { position: absolute;
         left: 757px;
         top: 0px;
         width: 23px;
         height: 451px;
         z-index: 0; }

#bottom { position: absolute;
          left: 300px;
          top: 381px;
          width: 457px;
          height: 70px;
          z-index: 0; }

a { text-decoration: none;
    color: #827B72;
    background-color: #C2BBB2; 
    font-weight: bold; }

a:hover { text-decoration: underline; }

.disclaimer { font-size: 10px;
              text-align: center; }

.header { font-size: 22px;
          font-weight: bold;
          letter-spacing: 4px; }

textarea, input { font-family: verdana,arial,helvetica;
                  font-size 10pt;
                  color: #FFFFFF;
                  border-color: #000000;
                  background: #8C857C; }
                  
.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 200px; }
.show_join_url_field, .show_update_url_field { width: 350px; }
