.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	width: 300px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	width: 400px;
	text-align: left;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 5px;
	width: 400px;
	height: auto;
	background-color: #BDBDBD;
	text-align: center;
	background-position: center;
	border: thin double #CCCCCC;
}
.background {
	padding: 20px;
	text-align: left;
	background-image: url(../images/industrial.jpg);
	background-repeat: no-repeat;
}
.btn {
	color:#CCCCCC;
	background-color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #999999;
}

