body { background-image: url(bg.jpg);
       background-position: top left;
       background-repeat: repeat-x;
       background-color: #ffffff;
       margin: 0px; }

#top { position: absolute;
       left: 0px;
       top: 0px;
       width: 780px;
       height: 539px;
       z-index: 0; }

#container { position: absolute;
             left: 241px;
             top: 117px;
             z-index: 1;
             overflow: auto;
             width: 510px;
             height: 230px; }

#text { position: absolute;
        width: 470px;
        height: 230px;
        padding: 5px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #ffffff;
        line-height: 20px; }

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

#text a:hover { text-decoration: underline; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 18px;
          font-weight: bold;
          letter-spacing: 5px;
          color: #a7e2ff;
          font-style: italic;
          border-width: 0px 0px 1px 0px;
          border-style: solid;
          border-color: #ffffff; }

b, strong { color: #a7e2ff; }

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

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

option, textarea, input { font-family: trebuchet ms,verdana,arial,helvetica;
                          font-size: 12px;
                          color: #4143ba;
                          border-color: #a7e2ff;
                          border-style: solid;
                          border-width: 1px;
                          font-weight: bold;
                          background-color: #faf671; }
                          
.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; }