.bq blockquote{
  display:block;
  background: #fff;
  padding: 5px 20px 5px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Charter ITC W01;
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #900;
  border-right: 5px solid #900;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.bq span::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Charter ITC W01;
  font-size: 35px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  margin:0px;
	left: 15px;
}

.bq span::after{
  content: "\201D"; /*Unicode for Right Double Quote*/

	 /*Font*/
  font-family: Charter ITC W01;
  font-size: 35px;
  font-weight: bold;
  color: #999;
  
	 /*Positioning*/
	margin:0px;
vertical-align:right;
 position: relative;
	left: 15px;

}

.bq div{
    font-family: "Charter ITC W01";
	font-size: 0.9em;;
    line-height: 1.5em;
    margin-top: 0px;
    max-width: 560px;
    color: #353535;
	max-width: 100%;
	text-align: right; 
}
