table.form {
  text-align: left;
}

table.form th {
  text-align: center;
}

table.list thead th {
  background-color: #669933;
}

td.label-list {
  text-align: center;
}

p.buttons {
  margin-top: 1em;
  text-align: center;
  margin-bottom: 2em;
}

p.center {
  text-align: center;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#zillow {
  width: 35em;
  margin: 0 auto;
  text-align: center;
}

table#photos {
  padding: 0;
  margin-top: .5em;
  margin-bottom: .5em;
}

table#photos td {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

table#photos th {
  text-align: center;
  vertical-align: middle;
}

table#qna td.answer {
  background-color: #EEEEEE;
}

table#qna td.question {
  background-color: #FFFFFF;
  font-weight: bold;
}

/**
 * Tabs
 **/

.bl {
  background: url(http://img.realtybaron.com/bl-corner.png) 0 100% no-repeat
}

.br {
  background: url(http://img.realtybaron.com/br-corner.png) 100% 100% no-repeat
}

.tl {
  background: url(http://img.realtybaron.com/tl-corner.png) 0 0 no-repeat
}

.tr {
  background: url(http://img.realtybaron.com/tr-corner.png) 100% 0 no-repeat;
  padding: 10px;
}


