blockquote.callout {
margin: 0;
padding: 0;
width: 580px;
border-top: 4px dotted #E9E9E9;
border-bottom: 4px dotted #E9E9E9;
background: transparent url("/secureweb/images/quotes-purple.png") no-repeat 35px 15px;
}
blockquote.callout p {
padding: 20px 120px;
color: #727272;
font-family: Georgia,Utopia,Palatino,'Palatino Linotype',serif;
font-size: 125%;
line-height: 1.3;
background: transparent url("/secureweb/images/quotes-orange.png") no-repeat 530px 60px;
} 

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	background: url("/secureweb/images/icons/icon-checklist.gif") no-repeat 0 4px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* Check list (star) */
ul.stars {
	list-style: none;
}

ul.stars li {
	background: url("/secureweb/images/icons/icon-star.gif") no-repeat 0 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}

/* List arrow */
ul.arrow {
	list-style: none;
}

ul.arrow li {
	background: url("/secureweb/images/icons/icon-arrow.gif") no-repeat 3px 5px;
	margin-left: 15px;
	padding: 0 0 0 20px;
}
