body { background-color: #000000;
       margin: auto; }

#container { position: relative;
             width: 587px;
             margin: auto; }
             
#layout { position: absolute;
          left: 0px;
          top: 0px;       
          z-index: 1;
          width: 587px;
          height: 330px; }

#text { position: absolute;
        left: 20px;
        top: 218px;
        width: 565px;
        z-index: 2;
        font-family: trebuchet ms,arial,verdana,helvetica;
        font-size: 12px;
        text-align: justify;
        line-height: 18px;
        color: #ffffff; }

#floater1 { width: 263px;
            height: 28px;
            z-index: 2;
            float: left;
            clear: left; }

#floater2 { width: 174px;
            height: 43px;
            z-index: 2;
            float: left;
            clear: left; }

#floater3 { width: 68px;
            height: 34px;
            z-index: 2;
            float: left;
            clear: left; }

#text a { font-weight: bold;
          color: #be515b;
          text-decoration: none; }
    
#text a:hover { text-decoration: underline; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 20px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          color: #28c0d9;
          line-height: 3px;
          text-align: right; }

.smheader { font-family: times new roman,arial,verdana,helvetica;
          font-size: 16px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          color: #28c0d9;
          line-height: 3px;
          text-align: right; }

.disclaimer { font-size: 11px;
              text-align: center;
              line-height: 14px; }

.center { margin: auto;
          text-align: center; }

b,strong { color: #28c0d9; }

textarea,input,option { font-family: arial,verdana,helvetica,sans-serif;
                        font-size: 12px;
                        color: #ffffff;
                        border-color: #eca2b2;
                        background-color: #9954a4;
                        border-width: 2px;
                        border-style: solid; }
                        
.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; }