html { scrollbar-track-color: #08E5D5;
       scrollbar-base-color: #09BDAE;
       scrollbar-arrow-color: #ffffff; }

body { background-position: 0px 0px;
       background-image: url('bg.gif');
       background-repeat: repeat-x;
       background-attachment: fixed; }

#left { position: absolute;
        left: 0px;
        top: 0px;
        z-index: 0;
        overflow: hidden;
        width: 215px;
        height: 480px; }

#top { position: absolute;
       left: 215px;
       top: 0px;
       z-index: 0;
       overflow: hidden;
       width: 499px;
       height: 44px; }

#right { position: absolute;
         left: 714px;
         top: 0px;
         z-index: 0;
         overflow: hidden;
         width: 86px;
         height: 480px; }

#mainbg { position: absolute;
          left: 215px;
          top: 44px;
          z-index: 0;
          overflow: hidden;
          width: 499px;
          height: 243px; }

#bottom { position: absolute;
          left: 215px;
          top: 287px;
          z-index: 0;
          overflow: hidden;
          width: 499px;
          height: 193px; }

a { text-decoration: none;
    font-weight: bold;
    color: #ffffff; }

a:hover { text-decoration: none;
          border-style: solid;
          border-top-width: 0px;
          border-bottom-width: 1px;
          border-right-width: 0px;
          border-left-width: 0px;
          border-color: #003C7B; }

img { border-color: #003C7B; }

#container { position: absolute;
             left: 215px;
             top: 44px;
             z-index: 1;
             overflow: auto;
             width: 524px;
             height: 242px; }

#text { width: 487px;
        height: 239px;
        padding: 5px;
        z-index: 1;
        font-family: trebuchet ms,verdana,arial,helvetica;
        font-size: 12px;
        text-align: justify;
        color: #003C7B; }

.line { filter: Alpha(Opacity=80,FinishOpacity=00,Style=1); }

td { font-family: trebuchet ms,verdana,arial,helvetica;
     font-size: 12px;
     text-align: justify;
     color: #003C7B; }

option,textarea,input { font-family: trebuchet ms,verdana,arial,helvetica;
                        font-size 12px;
                        color: #ffffff;
                        border-color: #0E615F;
                        background-color: #0ED5BA; }

.header { font-family: times new roman,arial,verdana,helvetica;
          font-size: 19px;
          font-weight: bold;
          letter-spacing: 3px;
          color: #DAF5FB; }

.disclaimer { font-size: 10px;
              text-align: center; }
              
.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; }
