body { background-color: #e6ba86;
       background-position: top center;
       background-image: url('bg.gif');
       background-repeat: repeat-y;
       background-attachment: fixed;
       margin: 0px; }

#container { position: relative;
             margin: auto;
             width: 382px; }

#image { position: absolute;
         left: 0px;
         top: 0px;
         z-index: 1;
         width: 382px;
         height: 348px; }

#main { position: absolute;
        left: 9px;
        top: 340px;
        z-index: 2;
        width: 363px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #e26d13; }

a { text-decoration: none;
    font-weight: bold;
    color: #a85b11; }

a:hover { text-decoration: underline; }

img { border-color: #a85b11; }

td { font-family: trebuchet ms,verdana,arial,helvetica;
     font-size: 12px;
     text-align: justify;
     color: #e26d13; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #ffffff;
                        border-color: #775611;
                        background-color: #a85b11; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          letter-spacing: 3px; }

.disclaimer { font-size: 10px;
              text-align: center; }
              
.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; }
