/**
*	Alert message is used on the start/front pages and login pages for 
*   informing the users if KLP is experiencing problems with it services
*/
#alertMessage .sign{
	margin-left: 5px;
	background: transparent url(/css/img/infoikon_feilmeldinger.gif) no-repeat left top;
	min-height: 32px;
}

#alertMessage .text {
	color: #eb0109;
	padding-left:40px;
	padding-right:2px;
	font-size:0.9em;
}

#alertMessage .shaddow {
	background: transparent url(/css/img/skygge_infofelt.gif) repeat left top;
	float:left;
	width:100%;
	height:4px;
	margin-top: 5px;
}
