.header {
  margin-bottom:1.5em;
  overflow:hidden;
  zoom:1;
}

.header #logo {
  margin-bottom:0em;
  margin-top:-5px;
}

.header p {
  margin-top:0.5em;
  margin-bottom:0;
}

.survey_header {
  border-bottom:1px solid #eee;
}

/* surveys */

#surveys {
  list-style:none;
  margin:1.5em 0;
}

#surveys li {
  padding:8px;
  background:#F8F8F8 url(/images/client/table.png) 8px 8px no-repeat;
  padding-left:30px;
  margin-bottom:0.5em;
}

#surveys li h2 {
  margin-bottom:0;
}

#surveys li p {
  color:#666;
}


