body { background-color: #eaaf49;
       background-image: url("bg.jpg");
       background-position: center center;
       background-attachment: fixed;
       background-repeat: repeat-x; }

#valign { position: absolute;
          left: 0px;
          top: 50%;
          margin-top: -205px;
          width: 100%;
          text-align: center; }
       
#container { position: relative;
             margin: auto;
             width: 710px;
             height: 410px; }

#layout { position: absolute;
          top: 0px;
          left: 0px;
          width: 700px;
          height: 400px;
          border: 5px solid #f8f2da;
          z-index: 1; }

#maintext { font-family: trebuchet ms,verdana,arial,helvetica;
            font-size: 12px;
            color: #000000;
            text-align: justify;
            position: absolute;
            overflow: auto;
            left: 15px;
            top: 185px;
            width: 660px;
            height: 185px;
            z-index: 2;
            padding: 10px; }
          
.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 21px;
          font-weight: bold;
          letter-spacing: 4px;
          color: #e66227;
          font-style: italic; }

b { color: #e66227; }

#menu { position: absolute;
        left: 20px;
        top: 145px;
        width: 280px;
        z-index: 2; }

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

#menu ul li { display: inline; }

#menu ul li a { text-decoration: none;
                font-weight: bold;
                color: #fcefc3;
                background-color: #b20d0d;
                font-family: trebuchet ms,arial,helvetica;
                font-size: 16px;
                padding: 1px 8px 1px 8px;
                text-transform: lowercase; }

#menu ul li a:hover { background-color: #fcefc3;
                      color: #b20d0d; }
                   
.disclaimer { font-size: 9px;
              text-align: center; }

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

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

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

ul { padding: 0px;
     margin: 0px;
     margin-left: 2em;
     margin-top: 2px; }
     
option,textarea,input { border-color: #000000;
                        border-width: 2px;
                        border-style: solid;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #e66227; }
                        
.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; }
