/*
-----------------------------------------------
nuff-respec
dbulli_nuffrespec@nuff-respec.com
----------------------------------------------- */

		blockquote.ex1,
		div.ex2 { margin: 2em 0;}
		
		blockquote.ex1 p,
		div.ex2 p {	padding: 20px 20px 0 20px;	line-height: 1.6em; }
		
		blockquote.ex1,
		div.ex2 cite { color: #453322;	font-size: 11px;}
		
/**
--------------------------
Example: First example 
--------------------------
**/

		blockquote.ex1 {
			width: 335px;
			background-color: #CF852C;
			color: #453322;
			font-size: 14px;
			margin-bottom: 2em;
		}
	
		blockquote.ex1 p.first-ele {
			background: transparent url(../i/q-ex1-t.gif) no-repeat top left;
		}
		
		blockquote.ex1 p.last-ele {
			padding: 25px 0 0 70px;			
			background: transparent url(../i/q-ex1-b.gif) no-repeat bottom left;
			margin: 0;
		}
		
		
/**
--------------------------
Example: Second example 
--------------------------
**/		
		div.ex2 {
			width: 335px;
			background-color: #453322;
			color: #fff;
			font-size: 14px;
			margin-bottom: 2em;			
		}
		
		div.ex2 p.first-ele {
			background: transparent url(../i/q-ex2-t.gif) no-repeat top left;
		}
		
		div.ex2 p.last-ele {		
			background: transparent url(../i/q-ex2-b.gif) no-repeat bottom left;
			padding: 10px 0 20px 20px;	
			margin: 0;
		}		
		
		div.ex2 p.last-ele  cite { color: #CF852C; }