body { background-color: #f7f5e9;
       margin: 0px; }

a { font-weight: bold;
    color: #deb384;
    text-decoration: none; }
    
a:hover { text-decoration: underline; }

#layout { position: absolute;
          left: 0px;
          top: 0px;       
          z-index: 0;
          width: 539px;
          height: 367px; }

#text { position: absolute;
        left: 11px;
        top: 300px;
        width: 440px;
        z-index: 1;
        font-family: arial,trebuchet ms,verdana,helvetica;
        font-size: 11px;
        text-align: justify;
        line-height: 19px;
        color: #000000; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          color: #bc7755;
          border-bottom: 1px solid #dec9a2; }

.disclaimer { font-size: 10px;
              text-align: center;
              line-height: 14px; }

ul { margin-top: 2px; }

.center { margin: auto;
          text-align: center; }

option,textarea,input { border-color: #6f503c;
                        border-width: 1px;
                        border-style: solid;
                        font-family: arial,trebuchet ms,verdana,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #a28452; }
                        
.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; }
