table.quote_box {
	margin:0px auto;
	padding-bottom:10px;
	display: block;
	width:280px;
	height:200px;
	font-size:1.2em;
	text-align:left;
	font-weight:normal;
}

table.quote_box td,
table.quote_box th {
	background-position: center center;
	background-repeat:no-repeat;
	font-weight:normal;
}

table.quote_box thead th {
	background-image: url('../img/hcp/quote_callout_bg.png');
	background-repeat:no-repeat;

}

table.quote_box thead tr th.first {
	background-position: left;
}

table.quote_box thead tr th.last {
	background-position: right;
}

table.quote_box thead tr.first th {
	background-position: center top;
}

table.quote_box thead tr.last th {
	background-position: center bottom;
}
table.quote_box thead tr.first th.first {
	background-position: left top;
	width:40px;
	height:40px;
}
table.quote_box thead tr.first th.last {
	background-position: right top;
	width:40px;
	height:40px;

}

table.quote_box thead tr.last th.first {
	background-position: left bottom;
	width:45px;
	height:45px;
}

table.quote_box thead tr.last th.last {
	background-position: right bottom;
	width:45px;
	height:45px;
}