body { background-color: #edf7ea;
       margin: auto;
       text-align: center; }

#valign { position: absolute;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -145px; }

#container { position: relative;
             overflow: hidden;
             margin: auto;
             width: 667px; 
             height: 300px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;
          width: 657px;
          height: 290px;
          z-index: 0;
          border: #ffffff 5px solid; }

#text { position: absolute;
        overflow: auto;
        left: 8px;
        top: 8px;
        width: 360px;
        height: 200px;
        z-index: 1;
        padding: 2px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        font-size: 11px;
        color: #50683a;
        text-align: justify; }
      
a { text-decoration: none;
    color: #bad1a6;
    font-weight: bold; }

a:hover { text-decoration: underline; }

.disclaimer { font-size: 10px;
              text-align: center; }

.header { font-size: 14px;
          letter-spacing: 7pt;
          font-weight: bold;
          font-style: italic; }

textarea, input, option { font-family: arial,verdana,helvetica,sans-serif;
                          font-size: 11px;
                          color: #ffffff;
                          border: 1px solid #bad1a6;
                          background: #50683a; }
                          
.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: 300px; }
