.forms {
	width:500px;
}

.forms hr {
	height:1px;
	border:none;
	border-top:1px solid #eee;
}

.forms ul { list-style: none; padding:0px;margin:0px; }
	.forms li { float:left; margin-bottom:5px; padding:5px 10px; }
		
		.forms h3 { margin:0; padding:0; margin-bottom:15px; }
		.forms h4 { margin:0; margin-bottom:0px; padding:0; color:#24673E; }
		
		.forms li.c1 { width:97.2%; }
		.forms li.c2 { width:40.5%; margin-right:-1px; }
		.forms li span { float:left; margin-right:3px; }
		
		.forms li.notice { border:1px solid #ececec; }
			.forms li.clean p { margin:0; }

			.forms label {
				padding:3px 0;
				display:block;
				width:140px;
				float:left;
			}
			.forms input, .forms textarea { padding:2px; border:1px solid #ccc; }
			
			.forms li.c1 input { width:200px; }
			.forms li.c1 textarea { width:250px; }
			.forms li.c2 input { width: 80px; }
			
			.forms input.medium { width:100px; }
			
			.forms li.c2 .clean { width:auto; padding:0px; }
			.forms select.clean { width:auto; }
			.forms textarea { height:120px; }
			.forms select { width:150px; }
				.forms select.small { width:60px; }
			
			.forms input.short { width:20px; }
			
			.forms .indent {
				display:block;
				float:left;
			}
			
			.forms .info { font-size:11px; color:#999; }
			
			.forms input.errFld, .forms textarea.errFld { }
			.forms li.errFld {
				/*border-left:1px solid red; display:block;
				margin-left:5px;*/
				background: #fff2f2;
			}
				.forms li.errFld h4 { }
			
			.forms .errMsg { color:red; font-size:10px; display:none; }
			
			
			.hidden { display:none; }
			
			.onstate-a,
			.onstate-kort,
			.onstate-OnnurUpphaed,
			.onstate-Millifaera { display: block; }

			.offstate-a,
			.offstate-kort,
			.offstate-OnnurUpphaed,
			.offstate-Millifaera { display: none; }
			
