body { background-color: #707070;
       margin: 0px; }

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

a:hover { text-decoration: underline; }

#container { position: relative;
             width: 316px; }

#image { width: 316px;
         height: 351px;
         z-index: 0; }

#text { position: absolute;
        top: 353px;
        left: 60px;
        width: 240px;
        text-align: justify;
        font-family: georgia,verdana,arial,helvetica;
        font-size: 10px;
        line-height: 17px;
        z-index: 1;
        color: #ffffff;}
     
.disclaimer { text-align: center; }

.header { font-family: times new roman,arial,verdana,helvetica,sans-serif;
          font-size: 20px;
          letter-spacing: 5pt;
          font-weight: bold;
          color: #c4c4c4;
          border-width: 0px 0px 1px 0px;
          border-color: #c4c4c4;
          border-style: solid; }

textarea,input,option { font-family: georgia,verdana,arial,helvetica;
                        font-size: 12px;
                        color: #ffffff;
                        border-color: #3a3a3a;
                        background-color: #878787;
                        border-width: 1px;
                        border-style: solid; }
                        
.enth3_url { width: 260px; }
.enth3_name, .enth3_email { width: 200px; }