body { background-color: #aacefb;
       background-image: url("bg.jpg");
       background-position: 0px 0px;
       background-repeat: repeat-x;
       background-properties: fixed;
       margin: 0px; }

#bucky { position: absolute;
         left: 0px;
         top: 0px;
         width: 286px;
         height: 232px;
         z-index: 1; }

#title { position: absolute;
         left: 250px;
         top: 8px;
         font-family: trebuchet ms,verdana,arial,helvetica;
         font-size: 32px;
         font-style: italic;
         font-weight: bold;
         letter-spacing: 5px;
         color: #e389af;
         z-index: 2; }

#menu { position: absolute;
        overflow: hidden;
        left: 8px;
        top: 208px;
        width: 200px;
        text-align: center;
        z-index: 2; }

#menu a { color: #ffffff;
          text-decoration: none;
          font-family: trebuchet ms,verdana,arial,helvetica;
          font-size: 18px;
          font-style: italic;
          font-weight: bold;
          letter-spacing: 2px; }

#menu a:hover { text-decoration: underline;
                color: #b76488; }

#text { position: absolute;
        left: 250px;
        top: 80px;
        width: 478px;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        color: #000000;
        text-align: justify;
        z-index: 2; }
        
#text a { color: #ffffff;
          text-decoration: none;
          font-weight: bold; }

#text a:hover { text-decoration: underline;
                color: #b76488; }

.header { font-family: trebuchet ms,verdana,arial,helvetica;
          font-size: 17px;
          font-weight: bold;
          letter-spacing: 3px; }

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

.center { text-align: center; }

option,textarea,input { background-color: #5c83db;
                        border-color: #b76488;
                        border-style: solid;
                        border-width: 1px;
                        color: #ffffff;
                        font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size: 12px; }
                        
.show_join_name_field, .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; }