body { background-color: #bababa;
       margin: auto; }

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

#top { position: absolute;
       left: 0px;
       top: 0px;
       z-index: 1;
       width: 761px;
       height: 290px; }

#text { position: absolute;
        left: 0px;
        top: 290px;
        width: 751px;
        padding: 5px;
        background-color: #737373;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff;
        z-index: 2; }

#menu { position: relative;
        left: 0px;
        top: 0px;
        width: 750px;
        z-index: 2;
        text-align: center; }

#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: #020202;
                font-style: italic;
                font-family: trebuchet ms,verdana,arial,helvetica;
                font-size: 16px;
                padding: 8px;
                text-transform: lowercase; }

#menu ul li a:hover { text-decoration: underline; }

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

a:hover { text-decoration: underline; }

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

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

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

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

.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; }