/* Start of CMSMS style sheet 'Module: Quotes Made Simple' */
.defaultquotebox {
  width: 95%;  
  /*border:2px dashed #333;*/
  padding-top: 50px;
  margin-bottom: 2em;
  background: transparent url(images/quote-top.gif) no-repeat scroll top left;
}

.quoteauthor {
  margin-top: 1em;
  font-weight: bold;
}

.quotereference {
  text-align:right;
  padding-bottom: 50px;
  background: transparent url(images/quote-bot.gif) no-repeat scroll bottom right;
}

.quotecontent {
  width: 95%;
  text-align: justify;
  font-style: italic;
}

.largequote {
  font-size:150%;
  color:#444444;
}
/* End of 'Module: Quotes Made Simple' */

