/* CSS Document */
#our_price_display { 
	display:nones; 
}
.unit-price { font-size:14px; color:#111;}
#unit_price_display { font-size:22px; color:#111;}

#ppbs_widget {
	margin:0 0 10px 0;
}

	#ppbs_widget label {
		min-width:100px;
		display:inline-block;
	}

	#ppbs_widget select {
		width:50px;
	}

	#ppbs_widget input.error, #ppbs_widget select.error {
		border:2px solid #aa0000;
		color:#aa0000;
		outline:none;
	}

	#ppbs_price {
		font-weight:normal;
		font-size:28px;
		margin-bottom:20px;
		margin-left:0px;
		background-color:#999;
		border-radius:4px;
		padding:8px;
		color:#fff;
		font-size:22px;
		font-weight:bold;
	}

	#ppbs-area-price {
		display: inline-block;
		padding-left: 10px;
		font-size:14px;
		font-weight: normal;
	}

	#ppbs_widget .unit-entry {
		position:relative;
		clear: both;
	}

	#ppbs_widget .error-unit {
		position:absolute;
		background-color:#bf400d;
		color:#fff;
		padding:3px 4px;
		right:0px;
		top:0px;
		display:none;
		border-radius:4px;
	}

	#ppbs_widget .ppbs_error {
		color:#fff;
		font-weight:bold;
		background-color:#bf400d;
		margin:5px 0;
		padding:5px;
		border-radius:4px;

	}

span.ppbs_unit_price_suffix {
	font-size:16px;
	padding-left:0px;
	padding-right:4px;
}

#our_price_display,
.our_price_display {
	font-size:22px;
}