body { background-color: #7ca2c9; }

#container { margin: auto;
             text-align: justify;
             width: 589px;
             background-color: #000000;
             border: 3px solid #205782; }

#text { width: 579px;
        text-align: justify;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        padding: 5px;
        z-index: 1;
        color: #ffffff; }

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

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

a:hover { text-decoration: underline; }

b, strong { color: #4885bf; }

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

.center { margin: auto;
          text-align: center; }
              
option,textarea,input { background-color: #4885bf;
                        border-color: #205782;
                        border-style: solid;
                        border-width: 2px;
                        color: #ffffff;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px; }
                        
.show_join_email_field, .show_update_old_email_field, .show_update_email_field, .show_lostpass_email_field { width: 300px; }
.show_join_url_field, .show_update_url_field { width: 350px; }