blockquote {
  background: transparent url(../_images_couk/quote_left.png) left top no-repeat;
  margin:0px;
  padding:0px;
}

/* start:tile background for quotes */
.quote_tilebg
	{
		background:url(../_images_couk/quote_tile.png) repeat-x;
		padding:7px 7px 7px 7px;
		 
		   /*start:style the borders -- top-bottom border*/	
  		   border-width: 1px 0px 1px 0px;
  		   border-color:#e0e5d2;
  		   border-style:solid;
  		   /*end:style the border */
			
		margin-bottom:15px; 
	}
 /* end:tile background for quotes */


/*start:style the message*/
blockquote div {
  text-align:justify;
  padding:0px 25px; /* Set The padding of the message left-right - distance from quotes*/
  background: transparent url(../_images_couk/quote_right.png) right bottom no-repeat;
  
  /*start:style the message fonts */
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  font-weight:normal;
  color:#666666;
  /*end:style the fonts */  
  
}
/* start:font variations // if you need extra styles for messages put it here*/
.quote_bold 
	{
		font-weight:bold;
	}

.quote_bold_12 
	{
		font-size:12px;
		font-weight:bold;
	}

/* end:font variations */

/*end:style the message*/