div.orange-callout * {
	margin: 0;
	padding: 0;
}

div.orange-callout {
	color: #fff;
	width: 625px;
	margin: 0 auto;
	margin-bottom: 25px;
}

div.orange-callout p {
	margin-bottom: 15px;
}

div.orange-callout p:last-child {
	margin-bottom: 0;
}

div.orange-callout div:first-child {
	height: 25px;
	background: transparent url(../img/hcp/orange-call-top.png) no-repeat center top;
}

div.orange-callout div.orangeContentDiv {
	background: transparent url(../img/hcp/orange-call-stretch.png) repeat-y center center;
	padding: 0 25px;
}

div.orange-callout div:last-child {
	height: 25px;
	background: transparent url(../img/hcp/orange-call-bottom.png) no-repeat center bottom;
}

div.orange-callout a {
	color: #fff;
}