body { background-color: #2d729c;
       margin: auto;
       text-align: center; }

#valign { position: absolute;
          left: 0px;
          top: 50%;
          width: 100%;
          margin-top: -225px; }

#container { position: relative;
             margin: auto;
             width: 773px; 
             height: 451px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;
          width: 753px;
          height: 431px;
          border-style: solid;
          border-width: 10px;
          border-color: #9dcbd5;
          z-index: 1; }

#text { position: absolute;
        overflow: auto;
        left: 265px;
        top: 117px;
        width: 486px;
        height: 309px;
        z-index: 2;
        padding: 5px;
        font-family: trebuchet ms,arial,verdana,helvetica;
        font-size: 12px;
        color: #000000;
        text-align: justify; }

a { text-decoration: none;
    color: #92bcd0; 
    font-weight: bold; }

a:hover { text-decoration: underline; }

b, strong { color: #52a1b5; }

.disclaimer { font-family: trebuchet ms,arial,verdana,helvetica;
              font-size: 10px;
              text-align: center; }

.header { font-size: 18px;
          letter-spacing: 7pt;
          font-weight: bold;
          font-style: italic;
          font-family: times new roman, arial, verdana, helvetica, sans-serif;
          color: #52a1b5; }

.center { text-align: center; }

textarea, input, option { font-family: trebuchet ms,verdana,arial,helvetica;
                          font-size: 12px;
                          color: #ffffff;
                          border-color: #b5e2e7;
                          border-style: solid;
                          border-width: 1px;
                          background-color: #50a8b0; }
                          
.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; }
