div.skraning { line-height: 20px;  }

	div.skraning ul { list-style: none; padding:0px; margin:0px; width:445px;}
		
		div.skraning ul li { padding:2px 0; }
			
			div.skraning ul li span { float:left; padding-right:5px;}

	div.skraning label { display:block; width: 120px; float:left; padding-top:3px; }
	
	div.skraning input { width:300px; border:1px solid #ccc; padding:2px 2px; }
	
		div.skraning li.postnr input { width:70px;  }
	
		div.skraning li.button { text-align: right; padding-top:30px; }
			
			div.skraning li.button button {
				color:#fff;
				font-weight:bold;
				background: #ED2244;
				padding:3px 15px;
				border:none;
			}
			
		div.skraning textarea {
			border:1px solid #999;
			width:300px;
			height:160px;
			font-size:12px;
		}
			
div.skraning input.errFld,
div.skraning textarea.errFld {
	border-bottom: 1px solid #E42142;
}

.errMsg {
	color:#E42142;
	font-size: 11px;
	margin-left:130px;
}

.onstate-myswitch { display: block; }
.offstate-myswitch { display: none !important; }

.onstate-a { display: block; }
.offstate-a { display: none !important; }

.clear { clear:both; }