﻿.box
{
	width: 269px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.box .box-top
{
	width: 269px;
	height: 9px;
	background-image: url(/images/box-top.gif);
	background-repeat: no-repeat;
	float: left;
}
.box .box-content
{
	width: 243px;
	height: 100%;
	background: #FFF url(/images/box-content-background.gif) repeat-x 0 100%;
	border-left: 1px solid #CECFD0;
	border-right: 1px solid #CECFD0;
	float: left;
	padding: 0 12px;
}
.box h2 
{
    margin-top:3px;
}
.box .box-bottom
{
	width: 269px;
	height: 9px;
	background-image: url(/images/box-bottom.gif);
	background-repeat: no-repeat;
	float: left;
}

.box .testimonials-box-content
{
	width: 245px;
	height: 100%;
	background: #FFF url(/images/testimonials-background.gif) repeat-x 0 100%;
	border: none;
	float: left;
	padding: 0 12px;
}
.box .testimonials-box-bottom
{
	display: none;
}

#features-box
{
	width: 543px;
	height: 100%;
}

#features-box-top
{
	width:543px;
	height:32px;
	background-image:url(/images/features-box-top.gif);
	float:left;
}

#features-box h2 
{
	color:#FFF;
	margin-top:5px;
	margin-left:12px;
}

#features-box-content
{
	width:541px;
	height: 100%;
	background: #FFF url(/images/box-content-background.gif) repeat-x 0 100%;
	border-left: 1px solid #CECFD0;
	border-right: 1px solid #CECFD0;
	float: left;
}
#features-box-bottom
{
	width:543px;
	height:13px;
	background: #FFF url(/images/features-box-bottom.gif) no-repeat 0 0;
	float:left;
}


