
div#calcdiv {
	padding: 10px;
	margin: 20px 0;  
	border: 2px solid #dedede; 
	/*height - set a height good for your site, and then you can position the right*/
	/*portion (prices) and using position: relative or something to move to up.*/
}
fieldset.calcfield {
	float: left; 
	width: 50%; 
	clear: both;
	margin: 0px 0 20px 0px;
	border: 0px; 
}
fieldset.calcfield select {
	width: 90%; 
	clear: both;
	display: block; 
	padding: 5px; 
	border: 1px solid #dedede;
	background-color: #fff; 
	margin: 5px 0 0 0; 
}
fieldset.calcfield option {
	padding: 0px; 
	margin: 5px; 
	color: #222;
}
fieldset#price {
	float: right; 
	width: 40%;
	padding: 10px; 
	color: #222; 
	font-size: 15px; 
	font-family: arial; 
}

fieldset.calcfield label, fieldset#price {
	font-weight: bold; 
}
fieldset#price input {
	border: 0px; 
	color: #222;
	font-weight: bold;
	font-size: 15px; 
	font-family: arial; 
}


