.entry-footer
{
   display:block;
}

.comment-footer
{
   border-top: 1px solid #666;
   color: #666;
}

.reviews_comments-header
{
    background: url(images/header_comments.jpg) no-repeat;
    height: 23px;
    border:1px solid #000;

}

.reviews_comments-open-header{

    background: url(images/header_postcomment.jpg) no-repeat;
    height: 23px;
    border:1px solid #000;

}

p.reviews_comments-open-moderated{
    font-size:10px;

}

label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  float: left;
  text-align: left; 
  width: 8em; 
  margin-top:3px;
  display: block;
}


input, textarea {
   border:1px solid #000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #000000;
   padding:2px;
  
}

input.reviews_comment-post{
    background: url(images/submitButton.jpg) no-repeat;
    font-family: 'trebuchet ms' , Arial, Verdana, sans-serif;
    font-size:14px;
   font-weight:bold;
    color:#fff;
    width:78px;
    height: 25px;
    border:0;
}

/* ----- THANK YOU PAGE ----- */
.thanks{
  background: url(images/thanks.jpg) no-repeat;
  height: 334px;
  width: 440px;
  display:block;
  padding:10px 0;
  margin-left:40px;
  border-bottom:1px solid #cdcdcd;
}

a.click{
  margin-left:170px;
}

/* ---- ERROR PAGE --- */
#error h3{
color:red;
}
