/* Start of CMSMS style sheet 'Module: Quotes Made Simple' */
.defaultquotebox {
  width:100%;  
  border:1px solid #bbb;
  margin:0px;
  color: #bbb;
}

.defaultquotebox a {
  width:200px;  
  border:2px dashed #333;
  margin:4px;
  color: #fff;
}

.blockquote {
	margin: 1em 20px;
        margin-right: 0px;
	padding-left: 50px;
	background: transparent url(uploads/images/quote.gif) no-repeat;}

.quoteauthor {
  
  padding-bottom:10px;
}

.quotereference {
	padding-top:10px;
 
  text-align:right;
}

.quotecontent {
  width:80%;
  font-size: 10px;
  color: #fff;
}

.largequote {
  font-size:150%;
  color:#fff;
}
/* End of 'Module: Quotes Made Simple' */

