/* Start of CMSMS style sheet 'quotes_made_simple' */
.defaultquotebox {
  width:200px;  
  /* border:2px dashed #333; */
  margin:4px;
}

.quoteauthor {
  vertical-align: bottom;
  /* padding-bottom:10px;*/
  background: url(images/quote.jpg) no-repeat left;
  height: 48px;
  padding-left: 48px;
}

.quotereference {
  padding-top:10px;
  font-style:italic;
  text-align:right;
  color: #00F;
  
}

.quotecontent {
  width:80%;
  text-align: justify;
  padding-left: 15%;
}

.largequote {
  font-size:150%;
  color:#444444;
}
/* End of 'quotes_made_simple' */

