body { text-align: center;
       background-color: #031d33;
       background-image: url('bg.jpg');
       background-repeat: repeat; }

#container { position: relative;
             margin: auto;
             width: 780px;
             z-index: 0; }

#left { position: absolute;
        overflow: hidden;
        width: 288px;
        height: 373px;
        left: 0px;
        top: 10px;
        z-index: 1; }

#title { position: absolute;
         overflow: hidden;
         width: 190px;
         height: 102px;
         left: 290px;
         top: 0px;
         z-index: 1; }

#menu { position: absolute;
        overflow: hidden;
        width: 417px;
        height: 40px;
        left: 345px;
        top: 68px;
        z-index: 2; }
        
#text { position: absolute;
        width: 479px;
        left: 300px;
        top: 113px;
        z-index: 3; 
        font-family: trebuchet ms, verdana, arial, helvetica;
        font-size: 12px;
        color: #ffffff;
        text-align: justify; }

.header { font-family: times new roman, verdana, arial, helvetica;
          font-size: 22px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          text-transform: lowercase;
          color: #f7f416;
          border-width: 0px 0px 1px 0px;
          border-style: dotted;
          border-color: #ffffff; }

.smheader { font-family: times new roman, verdana, arial, helvetica;
          font-size: 18px;
          font-weight: bold;
          font-style: italic;
          letter-spacing: 5px;
          text-transform: lowercase;
          color: #f7f416;
          border-width: 0px 0px 1px 0px;
          border-style: dotted;
          border-color: #ffffff; }

.disclaimer { font-size: 10px;
              margin: auto;
              text-align: center; }

.center { margin: auto;
          text-align: center; }

a { color: #1fabc1;
    text-decoration: none;
    font-weight: bold; }

a:hover { text-decoration: underline;
          border-width: 0px 0px 1px 0px;
          border-style: dotted;
          border-color: #f7f416; }

option,textarea,input { border-color: #f7f416;
                        border-width: 1px;
                        border-style: dotted;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        background-color: #031d33; }

blockquote { border-width: 1px 0px 1px 5px;
             border-style: dotted dotted dotted solid;
             border-color: #ffffff #ffffff #ffffff #f7f416;
             padding-left: 5px; }

.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; }
.enth3_version, .show_update_version_field { width: 350px; }
