div.slider {
	float: left;
	width: 375px;
	height: 16px;
	background: white;
	border: 1px solid white;
	font-size: 0;
	line-height: 0;	
}

div.slider div.knob {
	background: #FCC6DF;
	width: 16px;
	height: 16px;
	font-size: 0;
	line-height: 0;
}

div.slideitem {
	margin: 5px 0;
}

div.slideitem .value {
	float: left;
	width: 150px;
	margin-right: 25px;
	text-align: left;
}

div.slideprice {
	float: left;
	width: 350px;
	height: 16px;
}

#pricing-result {
	text-align: center;
}

.pricing .price {
	width: 350px;
	margin: 15px auto;
	font-size: 36px;
	font-weight: bold;
	border: 5px solid white;
	padding: 15px;	
}

.pricing .call-now {
	font-size: 20px;
	font-weight: bold;
}

.pricing .small {
	margin-top: 25px;
	font-size: 11px;
	line-height: 100%;
}

div.tips h3 {
	margin-bottom: 10px;
}