ul.forms {
	float: left;
	list-style: none;
}

ul.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 500px;
}

ul.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 120px;
}

ul.forms input { width: 250px; }
ul.forms textarea {
	height: 6em; 
	width: 250px; 
}

ul.forms input, ul.forms textarea, ul.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ul.forms .error { 
	display: block;
	margin: 0.25em 0 0 140px;
}

ul.forms li.buttons {
	padding-left: 140px;
	width: 89%;
}

ul.forms .error {
	color: red;
}

#kotikutsut-form fieldset {
	border: 1px solid black;
	border-style: solid none none none;
}

#kotikutsut-form legend {
	font-size: 150%;
	padding: 0 5px;
}

ul.forms input.checkbox {
	width: auto;
}

