.bu-callout {
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
	margin:10px;
	padding:10px 0;
	width: 38%;
}

/* handle common case of <p> leaving extra space at bottom */
.bu-callout p:last-child{
	margin-bottom: 0;
}

.bu-callout.aligncenter {
	width:68%;
}

.bu-callout.alignleft {
	margin-right:24px;
}