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

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

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

#menu { position: absolute;
        left: 340px;
        top: 125px;
        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: 230px;
                text-decoration: none;
                font-weight: bold;
                color: #ffffff;
                text-align: center;
                background-color: rgba(128,135,202,.8);
                font-style: italic;
                font-family: times new roman,trebuchet ms,verdana,arial,helvetica;
                font-size: 18px;
                letter-spacing: 3px;
                border: 1px solid #ffffff;
                padding: 3px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: none;
                      background-color: rgba(197,106,154,.5); }

#text { position: absolute;
        left: 200px;
        top: 358px;
        width: 460px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 13px;
        text-align: justify;
        line-height: 22px;
        color: #132b8b;
        z-index: 3; }

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

#text a { text-decoration: none;
          font-weight: bold;
          color: #ffffff;
          background: #545ebb;
          border: none;
          padding: 2px; }

#text a:hover { text-decoration: none;
                background: #c56a9a; }

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

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 26px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #c56a9a;
          text-align: right; }

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

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

.disclaimer { font-size: 11px;
              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: 300px; }
.show_join_url_field, .show_update_url_field, .enth3_characters { width: 400px; }