body {font-size:62.5%; font-family:verdana,arial,sans-serif;}
div.mid {
	margin-left: 4px;
	padding: 0 15px 0 15px;
	background: #D9EFB9;
	overflow: hidden;
	width: 400px;
	border-left: 1px solid #009933;
	border-right: 1px solid #009933;
}

div.top {
	width: 440px;
	height: 25px;
	background: transparent url('images/comment_top.gif') no-repeat top;
}

p.testimony {font-style:italic; margin: 0px;}

div.bottom {
	width: 440px;
	height: 40px;
	background: transparent url('images/comment_bottom.gif') no-repeat bottom;
}

div.client{
	margin: 0 0 20px 10px;
	padding-left: 20px;
	background: transparent url('images/user_comment.gif') no-repeat left;
	min-height: 18px;
}

blockquote {
	border: 3px #CF1010 solid;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left ;
	padding: 20px 5px 10px 60px;
	margin: 10px 30px 10px 30px;
	color: #CF1010;
}

blockquote.warning {
  background-image: url('images/bq_warning.gif');
}

blockquote.success {
	border: 3px #329732 solid;
	background-image: url('images/bq_success.gif');
	color: #329732;
}