body { background-color: #000000;
       margin: 0px; }

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

#layout { position: absolute;
          left: 0px;
          top: 0px;       
          z-index: 0;
          width: 590px;
          height: 490px; }

#menu { position: absolute;
        left: 220px;
        top: 270px;
        z-index: 1; }

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

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

#menu ul li a { display: block;
                width: 150px;
                text-decoration: none;
                font-weight: bold;
                color: #ffffff;
                text-align: center;
                background-color: #8e0c0b;
                font-style: italic;
                font-family: times new roman,trebuchet ms,verdana,arial,helvetica;
                font-size: 13px;
                letter-spacing: 3px;
                padding: 2px;
                text-transform: uppercase; }

#menu ul li a:hover { text-decoration: none;
                      text-transform: uppercase;
                      background-color: #ceae4a; }

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

#text { position: absolute;
        left: 0px;
        top: 462px;
        width: 590px;
        z-index: 1;
        font-family: trebuchet ms,verdana,helvetica;
        font-size: 11px;
        text-align: justify;
        color: #ffffff;
        line-height: 19px; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #ffffff;
          border-bottom: 1px #ffffff solid; }

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

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

ul { margin-top: 2px; }

option,textarea,input { border-color: #ce0902;
                        border-width: 2px;
                        border-style: solid;
                        font-family: arial,trebuchet ms,verdana,helvetica;
                        font-size: 12px;
                        color: #000000;
                        background-color: #ffffff; }

.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 250px; }
.show_join_url_field, .show_update_url_field { width: 350px; }