body { background-color: #204a79;
       margin: 0px; }
       
#valign { position: absolute;
          overflow: hidden;
          left: 0px;
          top: 50%;
          margin-top: -250px;
          width: 100%;
          text-align: center; }
       
#container { position: relative; 
             margin: auto;
             width: 900px;
             height: 500px; }

#layout { position: absolute;
          left: 0px;
          top: 0px;       
          width: 900px;
          height: 500px;
          z-index: 1; }

#text { position: absolute;
        overflow: auto;
        left: 340px;
        top: 110px;
        width: 530px;
        height: 320px;
        z-index: 2;
        font-family: arial,helvetica;
        font-size: 13px;
        text-align: justify;
        color: #000000; 
        padding: 5px;
        z-index: 2;
        line-height: 18px; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 23px;
          font-weight: bold;
          letter-spacing: 5px;
          color: #4745b2;
          font-style: italic;
          line-height: 15px; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
            font-weight: bold;
            font-size: 15px;
            letter-spacing: 3px;
            font-style: italic;
            color: #4745b2;
            line-height: 13px; } 

#text a { font-weight: bold;
          color: #a56ee0;
          text-decoration: none; }
    
#text a:hover { text-decoration: underline; }

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

b, strong { color: #4745b2; }

.disclaimer { font-size: 11px;
              text-align: center;
              line-height: 13px; }

option,textarea,input { border-color: #4745b2;
                        border-width: 1px;
                        border-style: solid;
                        font-family: arial,helvetica;
                        font-size: 13px;
                        color: #ffffff;
                        background-color: #325395; }

.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: 300px; }