body {
	margin: 11px;
	padding: 0;
	font-family: Arial;
	font-size: 11px;
	background: #E4E4E4;
	width: 850px;
	color: #282828;
}

label,input, textarea, select {
	float: left;
	margin-bottom: 10px;
}

input, textarea, select {
	max-width: 550px;
	font-size: 11px;

}

input:focus, textarea:focus, select:focus {
	background-color: #e5e5e5;
	/*border: 1px solid #900;*/
}

label {
	text-align: right;
	padding-right: 20px;
	width: 150px;
	font-size: 11px;
}

br {
	clear: left;
}

.reset {
	float: right;
}

.convert {
	float: left;
	margin-top: 20px;
	margin-left: 250px;
}

.hint {
	width: 500px;
	color: #900;
	background-color: #FFF;
	margin: 15px 0 0px 30px;
}

.hints {
	margin: 35px 0px 25px 0px;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	border-bottom-style: dotted;
	text-align: left;
}

.howto {
	list-style: disc;
	padding: 5px;
	list-style-position: outside;
	line-height: 1.5em;
}
