.guestbook {
  margin-bottom:10px;
  margin-left:20px;
  padding-left:10px;
  padding-right:10px;
  width: 600px;
}

.guestbook blockquote {
  margin-top:20px;
}

.guestbook .signature {
  text-align:right;
}

.guestbook blockquote p{
  font: 1.0em/1.4em Georgia, "Times New Roman", Times, serif;
  min-height:30px;
  background: url(/images/close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  text-indent: -18px;
}
* html .guestbook blockquote p {
  height: 30px;
}

.guestbook blockquote p:first-letter  {
  background: url(/images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}

