@charset "utf-8";
#easy_estimator_price_wrapper {
	background: #EEEEEE;
	border: 2px dashed #666666;
	margin: 10px 25px;
	padding: 10px;
	text-align: center;
}

#easy_estimator_price {
	font-size: 150%;
	color:#FF0000;
}

#easy_estimator dt {
	border-left: 5px solid #666666;
	border-bottom: 1px dashed #666666;
	font-weight: bold;
	padding: 5px;
}

#easy_estimator dd {
	margin: 5px 0 10px 20px;
	padding: 10px;
	background: #EEEEEE;
}

#easy_estimator ul {
	margin: 0 0 0 40px;
}

#easy_estimator div.presets input {
	width: 235px;
	float:left;
	margin: 5px;
	padding: 5px;
}

#easy_estimator_price_wrapper input {
	margin: 5px;
	padding: 5px;
}