div#form_umsokn {}

div#form_umsokn form.form {}

div#form_umsokn .form .item {}
div#form_umsokn .form .item span.label {
	display: block;
	padding: 3px 0px;
	color: #003366;
}
div#form_umsokn .form .item span.input {
	display: block;
}
div#form_umsokn .form .item span.error {
	display: block;
	color: red;
	font-style: italic;
	padding-bottom: 5px;
}

div#form_umsokn .form .item .input .textfield {
	width: 200px;
}
div#form_umsokn .form .item .input .textarea {
	width: 100%;
	height: 200px;
}
div#form_umsokn .form .item.submit {
	padding: 3px 0px;
}
			
			
.forms {}

.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:0px; padding:10px; }
		
		.forms h3 { margin:0px 0; padding:0px; }
		.forms h4 { margin:0px 0; padding:0px; }
		
		.forms li.c1 { width:95.9%; overflow:hidden; }
			.forms li.c1 ul { width:95.9%; }
		.forms li.c2 { width:46.0%; margin-right:-1px; }

			.forms label { padding-bottom:5px; clear:both; display:block; }
			.forms input, .forms textarea { width:95%; padding:2px; border:1px solid #ccc; }
			.forms .clean { width:auto; padding:0px; border:none; }
			.forms textarea { height:120px; }
			.forms select { height:22px; } /* Tjekka í IE */
			
			.forms .small { width:30px; }
			.forms .medium { width:70px; }
			.forms .large { width:70%; }
			
			.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 ul {
					border: 1px solid #ffaaaa;
					background: #ffe3e3;
				}
				
				.forms li.errFld h4 { }
			
			.forms .errMsg { color:red; font-size:10px; display:none; }
			
			.duplicateLink,
			.removeLink {
				line-height:22px;
				padding-left:22px;
				color:green;
				font-size:12px;
				text-decoration:none;
				background: url(../img/icons/plus.png) no-repeat 0% 49%;
			}
			.removeLink { color: #b22222; background: url(../img/icons/cross.png) no-repeat 0% 49%; }
			
			.duplicateLinkHidden {
				display: none;
			}
			
			ul.attachments {
				border: 1px solid #e6e6e6;
				background: #f5f5f5;
			}
			
			.onstate-a { display: block; }
			.offstate-a { display: none; 
