@charset "UTF-8";
blockquote { 
    margin: 0 0 10px 0; 
    padding: 0; 
} 

blockquote#one { 
    width: 250px; 
    background: #ffffff; 
    border: 2px solid #e3e3e3; 
    position: relative; 
} 

blockquote#one .arrow { 
    width: 0; 
    height: 0; 
    line-height: 0; 
    border-top: 20px solid #e3e3e3; 
    border-left: none; 
    border-right: 30px solid white; 
    position: absolute; 
    bottom: 60%; 
    right: -30px; 
} 

p.top {
	display: block;
	padding: 10px 8px 0;
}
p.middle {
	display: block;
	padding: 0 20px 0 20px;
}

p.bottom {
	display: block;
	padding:3px 25px 10px;
}

p.bottom span {
	display: block;
	text-align: right;
}
p.bottom span img {
	vertical-align: -2px;
}
