/* NS Formula CSS by Natural Selection Web Design LLC */

form.calc .field {
	background: none no-repeat scroll 0 0 #fff;
	border: 1px solid #646464;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	clear: both;
	height: 35px;
	margin-bottom: 7px;
}

form.calc .field_label {
	background-color: #E6E6E6;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-right: 1px solid #646464;
	float: left;
	font-style: italic;
	font-weight: bold;
	line-height: 35px;
	padding: 0 10px;
	width: 100px;
}
form.calc .field_label:hover {
	background-color: #d5d5d5;
}

form.calc input {
	background: none no-repeat scroll 0 0 transparent;
	border: medium none;
/*	height: 15px; */
	padding: 12px 0 0 5px;
/*	width: 80px; */
}

.reset,
form.calc input[type="reset"] {
	margin-top: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e12862), color-stop(1, #f759a5) );
	background:-moz-linear-gradient( center top, #e12862 5%, #f759a5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e12862', endColorstr='#f759a5');
	background-color:#64a189;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #b0b0b0;
	display:inline-block;
	color:#e6e6e6;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:1px 0px 0px #9e9b9e;
	cursor: pointer;
	vertical-align: baseline!important;
	width: auto!important;
}

.reset:hover,
form.calc input[type="reset"]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f759a5), color-stop(1, #e12862) );
	background:-moz-linear-gradient( center top, #f759a5 5%, #e12862 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f759a5', endColorstr='#e12862');
	background-color:#f759a5;
}

.reset:active,
form.calc input[type="reset"]:active {
	position:relative;
	top:1px;
}
form.calc .result {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 20px;
	background: #ccc;
	padding: 5px;
	margin: 2px;
	border: 1px solid #646464;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.calculate {
	margin-top: 10px;
	-moz-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	box-shadow:inset 0px 1px 0px 0px #d1d1d1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #64a189), color-stop(1, #63cfa4) );
	background:-moz-linear-gradient( center top, #64a189 5%, #63cfa4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a189', endColorstr='#63cfa4');
	background-color:#64a189;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #b0b0b0;
	display:inline-block;
	color:#e6e6e6;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #9e9b9e;
	cursor: pointer;
}

.calculate:active {
	position:relative;
	top:1px;
}

.calculate:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #63cfa4), color-stop(1, #64a189) );
	background:-moz-linear-gradient( center top, #63cfa4 5%, #64a189 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63cfa4', endColorstr='#64a189');
	background-color:#63cfa4;
}

form.calc .tooltip {
	display: none;
	background: #333;
	color: #ccc;
	padding: 3px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 3px solid #000;
}