#infobox{
		display: none;
	}
	
		#infobox-p{
			width: 330px;
			height: 100px;
			background: #124ede;
			padding: 10px;
			text-align: left;
			color: #ffffff;
		}
		
		.infobox-rubrik{
			font-size: 14px;
			font-weight: bold;
			color: #ffffff;
			padding: 0;
			margin: 0 0 15px 0;
		}
label.error {
	float: left;
	background: url('../image/_siteimage/icon/error.gif') no-repeat;
	min-width: 15px;
	min-height: 15px;
}
	
label.checked{
	float: left;
	background: url('../image/_siteimage/icon/checked.gif') no-repeat;
	width: 15px;
	height: 15px;
}

.validate{
	display: none;
}

.error-box{
	display: none;
}
	.error-box p{
		color: #ff9c00;
	}

input.error, textarea.error, select.error{
	border: 1px #ff9c00 solid;
}