body { background-color: #9f9972;
       background-image: url('bg.png');
       background-repeat: repeat;
       margin: 0px; }
       
#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          margin-top: -289px;
          width: 100%;
          text-align: center; }
       
#container { position: relative; 
             margin: auto;
             width: 577px;
             height: 307px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;       
          width: 577px;
          height: 307px;
          z-index: 1; }

#text { position: absolute;
        overflow: auto;
        left: 67px;
        top: 69px;
        width: 308px;
        height: 200px;
        z-index: 2;
        font-family: arial narrow, arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #000000; 
        padding: 5px;
        z-index: 2; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 5px;
          font-style: italic;
          line-height: 20px; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 3px;
            font-style: italic;
            line-height: 13px; } 

.blockquote { font-family: arial narrow, arial,helvetica;
              font-size: 12px;
              text-align: justify;
              color: #000000; }

#text a { font-weight: bold;
          color: #405519;
          text-decoration: none; }
    
#text a:hover { text-decoration: underline; }

.center { margin: auto;
          text-align: center; }

.disclaimer { font-size: 10px;
              text-align: center;
              line-height: 13px; }

option,textarea,input { border-color: #afa776;
                        border-width: 1px;
                        border-style: solid;
                        font-family: arial narrow, arial,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #405410; }

.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: 250px; }