/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, body {
	width:100%;
	height:100%;
}
body {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 14px;
	color: #7e5e23;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	color: #000000;
}
ul {
	margin-top: 10px;
	list-style-type: none;
}
.input120 {
	font-size: 12px;
	color: #000000;
	width: 120px;
	border: 1px solid #ffffc5;
	background-color: #c7b064;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 2px;
}
.input50 {
	font-size: 12px;
	color: #000000;
	width: 50px;
	border: 1px solid #ffffc5;
	background-color: #c7b064;
	margin-bottom: 5px;
}
#result_convert {
	font-size: 14px;
	font-weight: bold;
}