/*
-----------------------------------------------
Missionaries.com Comment Form
Author:   Jeremy Boles
Version:  Mar 6 2009
----------------------------------------------- */

form#comment-form label {
/*  font-weight: bold;*/
  padding-bottom: 5px;
}
form#comment-form span.field { padding: 0; }
form#comment-form span.field input,
form#comment-form span.field textarea {
  background-color: #fefcef;
  font-size: 13px;
}
form#comment-form span.field input:focus,
form#comment-form span.field textarea:focus {
  background-color: #fdfad6;
  border-color: #63666d;
}
form#comment-form p.author,
form#comment-form p.email {
  float: left;
}
form#comment-form p.author span.field input,
form#comment-form p.email span.field input {
  width: 224px;
}
form#comment-form p.author { margin-right: 20px; }
form#comment-form p.website { clear: both; }
form#comment-form p.website span.field input,
form#comment-form p.body span.field textarea {
  width: 481px;
}
form#comment-form p.body span.field textarea {
  background: #fefcef url(/images/entries/comment-body-bg.png) left top repeat;
  height: 109px;
  line-height: 24px;
  max-height: 229px;
  max-width: 481px;
}