body { background-color: #f8dece;
       background-image: url('bg.jpg');
       background-repeat:repeat-x;
       text-align: center;
       margin: 0px auto; }

#container { width: 644px;
             margin: auto;
             padding: 0px;
             z-index: 0;
             text-align: center; }
         
#top { position: relative;
       width: 644px;
       height: 285px;
       padding: 0px;
       z-index: 1; }

#text { position: relative;
        width: 634px;
        text-align: justify;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        background-color: #f6d5bf;
        color: #000000;
        padding: 5px;
        z-index: 2; }

#bottom { position: relative;
          width: 644px;
          height: 13px;
          padding: 0px;
          z-index: 3; }

a { text-decoration: none;
    color: #e64b16;
    font-weight: bold; }

a:hover { text-decoration: underline; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 23px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 3px;
          color: #993213; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
            font-size: 18px;
            font-weight: bold;
            font-style: italic;
            letter-spacing: 3px;
            color: #993213; }

b, strong { color: #993213; }

.disclaimer { font-size: 10px;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

#stats { margin: auto;
         width: 400px;
         padding: 5px;
         background-color: #efb57f;
         font-family: trebuchet ms,verdana,arial,helvetica;
         font-size: 12px;
         color: #000000;
         border: 1px solid #e68747; }

.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 230px; }
.show_join_url_field, .show_update_url_field { width: 350px; }

option,textarea,input { background-color:#efb57f;
                        border-color: #e68747;
                        border-style: solid;
                        border-width: 2px;
                        color: #000000;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px; }
