body { background-color: #000000;
       background-image: url('bg.jpg');
       margin: 0px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;       
          z-index: 1;
          width: 744px;
          height: 477px; }

#text { position: absolute;
        left: 8px;
        top: 450px;
        width: 700px;
        z-index: 2;
        font-family: arial,trebuchet ms,verdana,helvetica;
        font-size: 12px;
        text-align: justify;
        line-height: 18px;
        color: #ffffff; }

#text a { font-weight: bold;
          color: #bdbcb3;
          text-decoration: none; }
    
#text a:hover { text-decoration: underline; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          color: #ffffff;
          line-height: 3px; }

.disclaimer { font-size: 10px;
              text-align: center;
              line-height: 14px; }

#menu { position: absolute;
        left: 451px;
        top: 211px;
        z-index: 3;
        text-align: left; }

#menu ul { list-style-type: none; }

#menu li a { background-image: url('box1.jpg');
             background-repeat: no-repeat;
             background-position: left;
             line-height: 22px;
             padding-left: 15px;
             color: #bdbcb3;
             font-family: trebuchet ms,arial,verdana,helvetica;
             font-size: 12px;
             font-style: italic;
             font-weight: bold;
             text-align: left;
             text-decoration: none; }

#menu li a:hover { background-image: url('box2.gif');
                   background-repeat: no-repeat;
                   background-position: left;
                   color: #ffffff;
                   text-decoration: underline; }

.center { margin: auto;
          text-align: center; }

textarea,input,option { font-family: arial,verdana,helvetica,sans-serif;
                        font-size: 12px;
                        color: #000000;
                        border-color: #ffffff;
                        background-color: #bdbcb3;
                        border-width: 2px;
                        border-style: solid; }
                        
.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; }
