#formular {
	widht: 100%;
	background-color: maroon;
	text-align: center;
	padding: 10px;
	margin: 20px;
	-moz-border-radius: 5px;
}

input {
	border: 1px solid black;
	background: brown;
	color: white;
	padding: 3px;
	text-align: center;
}

#textbla {
	position: absolute;
	top: 270px;
	margin-left: 5px;
	width: 440px;
	color: white;
	font-family: Trebuchet MS;
	font-size: 10pt;
}

#percent {
	color: white;
	font-size: 50pt;
	font-family: Trebuchet MS;
}
