body { background-color: #cc5e39;
       margin: auto;
       text-align: center; }

#valign { position: absolute;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -180px; }

#container { position: relative;
             overflow: hidden;
             margin: auto;
             width: 690px; 
             height: 360px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;
          width: 680px;
          height: 350px;
          z-index: 0;
          border: #f6f0db 5px solid; }

#rtl { position: absolute;
       overflow: auto;
       left: 10px;
       top: 10px;
       width: 411px;
       height: 298px;
       z-index: 1;
       direction: rtl; }

#text { padding: 4px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        font-size: 12px;
        color: #813521;
        text-align: justify;
        direction: ltr; }
      
a { text-decoration: none;
    color: #ffffff;
    background-color: #d16541;
    font-weight: bold; }

a:hover { text-decoration: underline; }

#buttons { margin: auto;
           text-align: center; }
           
#buttons a, #buttons a:hover { text-decoration: none;
                               background: none; }

.disclaimer { font-size: 10px;
              text-align: center; }

.header { font-size: 20px;
          font-family: times new roman, arial, verdana, helvetica, sans-serif;
          letter-spacing: 7pt;
          font-weight: bold;
          font-style: italic; }

textarea, input, option { font-family: trebuchet ms,arial,verdana,helvetica,sans-serif;
                          font-size: 12px;
                          color: #ffffff;
                          border: 1px solid #f6f0db;
                          background: #cc5e39; }
                          
.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; }
