@charset "utf-8";
/* CSS Document */

div.quote_waste_form_box {
	background: url('../images/layout/fancy-form-bg.jpg') left top repeat-x #dcffc8;
	padding: 10px 15px;
	border-radius: 6px;
}
body.ie7 div.quote_waste_form_box div.title, body.ie8 div.quote_waste_form_box div.title {
	color: #333333;	
}
div.quote_waste_form_box div.title {
	color: #fff;
	text-shadow: 2px 2px 5px #333333;
	margin-bottom: 0.9em;
	font-size: 26px;
	line-height: 1.3;
}
div.quote_waste_form_box div.title span.sub_title {
	display: block;
	font-size: 0.6em;
}
div.quote_waste_form_box a.thick_button {
	margin-left: -8px;	
}
div.quote_waste_form_box .small_print {
	font-size: 0.8em;	
}
div.quote_waste_form_box label {
	display: block;
	font-weight: bold;
}
div.quote_waste_form_box select {
	min-width: 80px;
}


/* ---- Calculate Water Waste ----- */
div#calculate_water_waste_results {
	text-align: center;
	margin-top: 35px;
}
div#calculate_water_waste_results h2 {
	border-radius: 0;
	margin-bottom: 0;
	border: 1px solid #333333;
	border-bottom: 0;
}
div#calculate_water_waste_results p.call_out {
	font-size: 1.4em;
	font-weight: bold;
}
div#calculate_water_waste_results div.hidden_until_complete {
	display: none;	
}
#water_waste_counter_wrapper {
	border: 1px solid #333333;
	background-color: #fff;
	padding: 20px 5px;
	padding-bottom: 0;
}
#water_waste_counter_wrapper #water_waste_counter {
	margin: 0 auto;	
}

/* ---- Quick Quotes ----- */
#quick_quote_details div.title {
	font-size: 18px;
	margin-bottom: 1em;
	line-height: 1.3;
}
table.quote_table {
	width: 100%;
}
table.quote_table td, table.quote_table th {
	border: 1px solid #999999;
	padding: 5px 8px;
	text-align: left;
}
table.quote_table th {
	font-weight: bold;
	vertical-align: bottom;
	font-size: 1.2em;
}
table.quote_table th.price {
	text-align: right;
}
#email_quote_form {
	display: none;
}

.message {
	color: #ff0000;
	font-weight: bold;	
}

.hidden_form_elements {
	display: none;
}