@CHARSET "UTF-8";
div.features-box-container
{
	float: left;
	width: 50%;
}
div.features-box
{
	padding: 10px;
	height: 150px;
	margin: 15px;
	background-image: url('/images/feature-image-box.jpg');
	background-repeat: no-repeat;
}
img.features-box-image
{ 
	 float: left;
	 width: 150px;
	 height: 150px;
	 padding-right: 10px;
}
div.features-box h3 span.feature-business-only
{
	font-size: 0.8em;
	color: #808080;
	font-weight: normal;
}
