
#blueBox
{
	width: 900px;
	margin: 0 auto 25px auto;
	border: 1px solid #cadfea;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	background: url(../images/signup/blue-pixel-pattern.jpg);
	color: #3c3c3c;
}

#blueBox ul
{
	margin-left: 20px;
}

#blueBox ul li
{
	float: left;
	width: 350px;
	font-size: 17px;
	margin-bottom: 10px;
	padding: 0 0 0 30px;
	list-style: none;
	background: url(../images/icons/24x24/check.png) no-repeat;
}


#pricing
{
	margin: 0 auto 0 auto;
	width: 752px;
}

#pricing img
{
	float: left;
	margin-bottom: 20px;
}


div.question
{
	width: 420px;
	float: left;
	margin-bottom: 20px;
}

div.question strong
{
	font-size: 17px;
	color: #383838;
}

div.question p
{
	margin-top: 8px;
	color: #515151;
}

div.lineSpacer
{
	clear: both;
	width: 100%;
	border-bottom: 1px solid #ede9e9;
	margin-bottom: 25px;
}