/* Paint Calculator Application
----------------------------------- */
img.diagram {
	float: left;
	width: 264px;
}

form#paint-calculator {
	float: left;
	width: 205px;
	padding: 0 20px;
}

form#paint-calculator div.radio {
	margin-right: 20px;
}

form#paint-calculator div.field {
	float: left;
}

form#paint-calculator p {
	clear: both;
}

body.secondary #content form#paint-calculator h3 {
	float: left;
	width: 200px;
	clear: both;
	margin: 1em 0;
}

form#paint-calculator div#dimension-section {
	padding-bottom: 1em;
	border-bottom: 1px dotted #999;
	float : left;
}

form#paint-calculator div#dimension-section div.field {
	clear: both;
	margin: 3px 0;
	width: 200px;
}

form#paint-calculator div#dimension-section label {
	width: 140px;
	display: block;
	float: left;
	margin-right: 5px;
}

form#paint-calculator div#dimension-section input {
	width: 50px;
	float: left;
}

form#paint-calculator div#dimension-section #submit {
	width: 75px;
	float: right;
}

span.asterisk {
	color: #666;
}


/* Results
----------------------------------- */
form#paint-calculator div#results div.information {
	float: left;
	width: 160px;
	padding: 0 20px;
	margin: 0 0 1em 0;
}

form#paint-calculator .success#results div.information {
	background-color: #bcfbbc;
	border: 1px dotted #3CB371;
}

form#paint-calculator .error#results div.information {
	background-color: #fbbcbc;
	border: 1px dotted #b33c3c;
}

