
body {
	font-family: Verdana, Arial, Tahoma, "Trebuchet MS";
	font-size: 0.8em;
	width: 100%;
	margin: 0;/**/
	color: #464646; /*#555;*/
}

h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif !important;
	font-size:24px;
	font-weight:normal;
	padding:0;
	margin:15px 0 5px 0;
	color:#929497;
	line-height:1.2em;
	word-spacing:5px;
}

a {
    color: #E37000;
	font-weight: bold;
}

a:hover {
	color: #FC9300;
	text-decoration: none;	
}
 
#mainContainer {
	position: relative;
	margin: 0;
	padding: 0;
	background: #eeee;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border:1px solid #bbb;
	width: fit-content;
	/*border: 1px solid #6B6172;
	border-top: 3px solid #6B6172;
    border-right: 3px solid #6B6172;
    border-bottom: 3px solid #6B6172;
    border-left: 3px solid #6B6172;*/
}


.form-element {
	display: block;		
	float: none;
	clear: both;
	padding: 6px 0;
	position: relative;
	height: 42px;
	/*border-top: solid 1px #808080; none;*/	
}

.form-element .input-holder {
	position: absolute;
	right: 20px;
	top: 6px;
}

.form-element label {
	width: 340px;
	display: block;
	margin-bottom: 3px;
}

.form-element input {
	width: 4em;
	margin-right: 5px;
	border: none; /*solid 1px #808080;*/
	padding: 2px 8px 2px 5px;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	border: 1px solid #6b6f87;
	text-align: right;
}

button {
	/*border: solid 1px #808080;
	font-size: 15px;
	padding: 5px 10px;
	background-color: #FF9900;*/
	height: 38px;
	/*width: 200px;*/
	border: none;
	background-color: #FF9900;
	color: white;
	font-weight: bold;
	border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	position: absolute;
	bottom: 140px;
	right: 42px;
}

button:hover {
	background-color: #73C200;
	cursor: pointer;
	}
	
#calculator {
	position: relative;
	overflow: hidden;
	width: 500px;
	height: 600px;
}

#calcForm {
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	height: 600px;
	width: 500px;
}

#calcResult {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 20px;
	height: 600px;
}

.result-part {
	position: relative;
	padding: 10px 0;
}

.result-text {
	display: block;
	width: 350px;
	font-weight: bold;
}

#resultA, #resultB, #resultC {
	float: right;
}

#resultA, #resultB, #resultC, #resultD, #resultE {
	font-weight: bold;
	display: block;	
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.help-text, .help-text-foot {
	color: #555;
	width: 460px;
	font-size: 0.9em;
}

/**/.help-text-foot {
	position: absolute;
	bottom: 50px;
	left: 20px;
	display: block;
	}
