form.aligned label {
	display: block;
	float: left;
	clear: left;
	width: 160px;
	margin-right: 6px;
	text-align: right;
	line-height: 26px;
}

input, select, textarea {
	border: 1px solid #2F1100;
	padding: 2px;
	background-color: #FFF6DF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

textarea {
	font-size: 12px;
	background: #FFFFFF;
}

input.submit {
	padding: 3px 10px;
	color: #FFFFFF;
	background-color: #2F1100;
}

input.num {
	text-align: right;
}

form.aligned .soft label {
	display: inline;
	float: none;
	width: auto;
	margin: auto;
	
}

.checklist {
	border: 1px solid #999999;
	margin-left: 130px;
	width: 300px;
	height: 300px;

	padding: 4px;
	
	overflow: auto;
}

.checklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.checklist label {
	display: inline;
	float: none;
	line-height: normal;
	margin: auto;
	text-align: left;
	width: auto;
}

.checklist li {
	margin: 2px 0;
}

.checklist input {
	width: auto;
}
