/*===CALCULATORS===*/

/*form*/	
form.calculators {
	border: 1px solid #CCC;
	font-size: 1em;
	margin-bottom: 10px; 
	background: #E9E9E9;
	height: 1%;
	display:block;
	}	

/*layout*/
	
form.calculators fieldset {
	display: block;
	margin: 10px; 
	padding: 0;
	border: none;
	text-align: center; /*IE 5*/	
	background: #ECECEC;
	}

form.calculators legend {
	margin: 0; 
	padding: 15px 5px 5px 5px;
	font-size: 1em; 
	font-weight: bold;	
	color: #666;
	}	

form.calculators .centeringContainer {
	margin: 0 auto; 
	width: 330px;
	text-align: left;	
	}	

form.calculators  p {
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
	display: block;
	}	

	
/*inputs and selects*/
	
form.calculators input,
form.calculators select {
	fl//oat: left;
	font-size: 90%;
	color: #666;
	width: 160px;
	margin: 0 0 0 10px;
	border: 1px solid #CCC;	
	}

form.calculators input.small {
	width: 70px;
	margin-right: 10px;
	}	

form.calculators input.medium {
	width: 80px;
	}	

form.calculators select {
	width: 70px;
	margin-right: 10px;
	}
	
form.calculators input.button {
	background-color: #FF0000;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	padding: 2px;
	border: none;
	margin: 10px 10px 0;
	}

form.calculators input.buttonStamp {
	float: right;
	background-color: #FF0000;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	padding: 2px;
	border: none;
	margin: 10px 10px 0;
	}	
	
/*text*/

form.calculators label {
	float: left; 
	width: 150px;
	padding: 2px 0;	
	display: block;
	}

fieldset.stamp label {
	margin-right: 5px;
	}	

fieldset.stamp input {
	float: left;
	}		

form.calculators span {
	float: left; 
	width: 80px; 
	font-weight: bold;
	margin: 0 15px 0 0;
	}
	
form.calculators span.first {
	width: 160px;
	margin: 0;
	}

em { /*disclaimer text*/
	font-size: 80%;
	display: block;
	text-align: left;
	padding: 5px;
	}

form.calculators i {
	float: right; 
	width: 30px;
	}
	
form.calculators i.hidden {
	visibility: hidden;
	}