/* main style */
body {
      background-color: #D0D0D0; 
      width: 800px; 
      font-family: verdana; 
      margin-left: auto; 
      margin-right: auto
     }
    
table {background-color: #909090; width: 100%}
tr {background-color: #404040}
td {background-color: #E0E0E0; padding: 10px}

/* headlines */ 
h1 {background-color: #8F8F8F; text-align: center; padding: 10px; text-shadow: 1px 1px 2px #5D5D4D}
h2 {background-color: #E0E0E0; text-align: center; padding: 8px; text-shadow: 1px 1px 2px #5D5D4D}

#id input {width: 590px; font-size: 25px}
#id .submit {width: 180px; font-size: 25px}

/* classes */
.warning {font-size: 20px; text-align: center; color: red;}
.success {padding: 50px 0 0 0; text-align: center}

#footer {padding: 25px 0 0 0; text-align: center; font-size: 10px}