/*===CALCULATORS===*/

#content form {
	overflow: auto;
	margin: 0 auto; 
	padding-top: 25px;
	width:550px;
	}
	
#content form .centeringContainer {
	width: 330px;
	margin: 20px auto;
	}
	
#content form fieldset {
	clear: both;
	margin: 0 0 10px 0; padding: 10px;
	border: 1px solid #666;
	}

#content form legend {
	padding: 0 10px;
	font-weight: bold;
	color:#666;
	}
	
#content form label {
	float: left;
	width: 160px;
	clear: both;
	margin-top: 0pt;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0pt;
	}
	
#content form input, #content form select {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	}

#content form i {
	float: right; 
	width: 30px;
	margin-bottom: 10px;
	}
	
#content form i.hidden {
	visibility: hidden;
	}

#content form input.calcBtn { 
	width: 62px;
	height: 20px;
	background: url(../img/btn_calc.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	display:block;
	float:right;
	}
	
#content form input.calcBtn:hover { 
	background: url(../img/btn_calc.jpg) no-repeat bottom left;
	width: 62px;
	height: 20px;
	border:none;
	cursor:pointer;
	display:block;
	}	
	
#content form input.clearBtn {
	width: 62px;
	height: 20px;
	background: url(../img/btn_clear.jpg) no-repeat top left;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	float:right;
	}
	
#content form input.clearBtn:hover {
	background: url(../img/btn_clear.jpg) no-repeat bottom left;
	width: 62px;
	height: 20px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	display:block;
	}	

