.co{position:relative;}
.co_top_left
{
	position:absolute;
  top:0;
  left:0;
	width: 13px;
	height: 11px;
	background-image: url(images/callout.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.co_top
{
  position:absolute;
  top:0;
  left:13px;
	height: 11px;
	background-image: url(images/callout.png);
	background-position: top right;
	background-repeat: no-repeat;
  
}
.co_body
{
position:absolute;
top:11px;
left:0;
/*	background-color: #9ACD66;*/
	margin: 0;
	padding: 0 12px;
}
.co_bottom_left
{
	position:absolute;
	width: 13px;
	height: 60px;
	background-image: url(images/callout.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.co_bottom
{
  	position:absolute;
  left:13px;
	height: 60px;
	background-image: url(images/callout.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
