body { background-color: #fadf8e;
       font-family: arial,verdana,helvetica,sans-serif;
       font-size: 9pt;
       color: #ffffff;
       text-align: center; }

#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -200px; }

#container { position: relative;
             overflow: hidden;
             margin: auto;
             width: 658px; 
             height: 401px; }

#text { position: absolute;
        overflow: auto;
        left: 258px;
        top: 82px;
        width: 370px;
        height: 275px;
        z-index: 1;
        padding: 4px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        font-size: 12px;
        color: #000000;
        text-align: justify; }

#main { position: absolute;
        left: 0px;
        top: 0px;
        width: 658px;
        height: 401px;
        z-index: 0; }

a { text-decoration: none;
    color: #ffffff; 
    font-weight: bold; }

a:hover { text-decoration: underline; }

.disclaimer { font-size: 7pt;
              text-align: center; }

.header { font-size: 15pt;
          letter-spacing: 7pt;
          font-weight: bold;
          color: #550A00; }

textarea, input, option { font-family: arial,verdana,helvetica,sans-serif;
                          font-size 9pt;
                          color: #000000;
                          border-color: #000000;
                          background: #f3d951; }
                          
.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; }