body {
    margin: 0px;
    padding-top: 0px;
      background:#343434;
      color: black;
      font:12px/1.33 Verdana, sans-serif;
   
}

.header{
  position: relative;
  width: 600px; 
  height: 50px;
  margin: 0px auto; 
  font-size: 12px;
  color: white;
}

.header a{
  font-size: 12px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
}


.main{
  width: 560px; 
  min-height: 500px; 
  margin: 0px auto; 
  background: white; 
  border: 1px solid black;
  border-top: 0px;
  font-size: 12px;
  padding: 20px;
}

h2{
    margin: 1px;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}

th{
    text-align: left;
    font-weight: normal;
    text-decoration: underline;
}

.footer{
  text-align: center;
  width: 100%;
  bottom: 0px;
  color: white;
  margin-bottom: 25px;
}

input{
  border: 1px solid black;
}

div.flashes{
    border: 1px solid black;
    padding: 5px;
    font-size: 13px;
    margin: 0 auto;
    width: 590px;
    text-align: center;
    color: #fff;
    background-color: #e62601; 

}