body { background-color: #ab7c50;
       background: url("bg.png");
       background-repeat: repeat;
       margin: 0px; }

#container { position: relative;
             margin: auto;
             width: 511px; }

#top { position: absolute;
       left: 0px;
       top: 0px;
       z-index: 1;
       width: 511px;
       height: 309px;
       border: none; }

#menu { position: absolute;
        left: 25px;
        top: 30px;
        width: 315px;
        z-index: 2; }

#menu ul { list-style-type: none;
           margin: 0px;
           padding: 0px; }

#menu ul li { padding-bottom: 4px; }

#menu ul li a { display: block;
                width: 180px;
                text-decoration: none;
                font-weight: bold;
                color: #ffffff;
                text-align: center;
                background-color: rgba(110,68,39,.8);
                font-style: italic;
                font-family: times new roman,trebuchet ms,verdana,arial,helvetica;
                font-size: 18px;
                letter-spacing: 3px;
                border: 2px solid #ffffff;
                padding: 3px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: none;
                      background-color: rgba(253,130,32,.8); }

#text { position: absolute;
        left: 0px;
        top: 260px;
        width: 500px;
        padding: 5px;
        font-family: arial,verdana,helvetica;
        font-size: 13px;
        text-align: justify;
        line-height: 22px;
        color: #000000;
        z-index: 3; }

#text ul { margin-top: 4px; }

#text a { text-decoration: none;
          font-weight: bold;
          color: #fd8220; }

#text a:hover { text-decoration: underline; }

option,textarea,input { font-family: arial,verdana,helvetica;
                        font-size 12px;
                        color: #000000;
                        border: #000000 solid 1px;
                        background-color: #dfad43; }

b, strong { color: #dfad43; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 26px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          background: url("deer.png") left no-repeat;
          padding: 5px 0px 5px 33px;
          color: #246131; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #246131; }

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

.disclaimer { font-size: 12px;
              margin: auto;
              text-align: center;
              line-height: 15px; }
              
.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; }