body { background-color: #5e0502;
       background-image: url('bg.jpg');
       background-repeat: yes;
       margin: 0px; }

#container { position: relative;
             margin: auto;
             width: 780px; }

#top { position: absolute;
       left: 0px;
       top: 0px;
       z-index: 1;
       width: 780px;
       height: 263px; }

#menu { position: absolute;
        left: 600px;
        top: 273px;
        width: 150px;
        z-index: 2;
        padding: 10px; }

#menu ul { margin: 0;
           padding: 0; }

#menu li { list-style-type: none; }

#menu li a { text-align: left;
             display: block;
             background-color: #b03d39;
             width: 150px;
             border-top: 2px solid #5e0502;
             padding-top: 2px;
             padding-bottom: 2px;
             padding-left: 3px;
             font-family: trebuchet ms,verdana,arial,helvetica;
             font-size: 12px;
             color: #ffffff; }
             
#menu li a:hover { background-color: #e37575;
                   text-decoration: none; }

.menutitle { font-family: times new roman, trebuchet ms,verdana,arial,helvetica;
             font-size: 18px;
             color: #ffffff;
             font-style: italic;
             font-weight: bold;
             letter-spacing: 3px; }

#text { position: absolute;
        left: 0px;
        top: 273px;
        width: 580px;
        padding: 10px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff;
        line-height: 23px;
        z-index: 2; }

#text ul { margin-top: 4px; }

a { text-decoration: none;
    font-weight: bold;
    color: #e37575; }

a:hover { text-decoration: underline; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #ffffff;
                        border: #b03d39 solid 1px;
                        background-color: #000000; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 24px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #ffffff;
          border-bottom: 1px solid #ffffff; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
            font-size: 18px;
            font-weight: bold;
            font-style: italic;
            letter-spacing: 3px;
            color: #ffffff;
            border-bottom: 1px solid #ffffff; }

.disclaimer { border-top: 1px solid #ffffff;
              font-size: 11px;
              text-align: center;
              line-height: 16px; }
              
.center { text-align: center; }

.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; }
.enth3_character, .show_update_character_field { width: 200px; }