* {
	margin: 0px;
	padding: 0px;
}
    
body {
	/*background-image:  url(images/errorbodybg.jpg);
	background-position: top center;
	background-repeat: no-repeat;	*/
    overflow:hidden;
}
       
.loggin {     
    background-image:url("images/background.png");
    background-repeat:no-repeat;
    display:none;
    font-family:Arial,Verdana;
    font-size:11px;
    height:252px;
    left:50%;
    margin:63px auto 63px -108px;
    position:absolute;
    width:216px;
    z-index: 2;
}     
#flash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}           
.loggin form {
	display: block;
	padding-top: 70px;
	margin-left: 20px;
}
.error {
	display: block;
	margin: 10px;
	position: relative;
	top: 70px;
	padding: 3px;
	padding-left: 37px;
	min-height: 20px;
	line-height: 20px;
	border: 1px solid #FF0000;
	background-image:  url(images/error.png);
	background-repeat: no-repeat;
	background-color: #FFD4D4;
}
.errors {
	width: 700px;
	position: absolute;
	left: 50%;
	
	background-color: #FFF;

	border: 1px solid silver;
	margin-left: -350px;
	top: 200px;
	
	padding: 20px;
	padding-left: 50px;
	
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #000;

}
.errors h1 {
	font-size: 15px;
	margin-bottom: 10px;
}
.errors ul {
	margin-top: 5px;
	padding-left: 20px;
	list-style-type: square;
}
.errors img {
	border: 0px;
	margin-right: 5px;
}
.input-tekst {
	border: 1px solid #afafb3;
	width: 167px;
	height: 18px;
	padding: 3px;
	background-image: url(images/input-tekst.jpg);
}
.input-login {
	margin-left: 128px;
	margin-top: 10px;
}
label {
	width: 150px;
	float: left;
	font-weight: bold;
	text-align: left;
	margin-right: 10px;
	min-height: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
}
.option {
	cursor: pointer;
	display: block;
	width: 60px;
	height: 16px;
	line-height: 16px;
	text-decoration: none;
	border: none;
	background-image: url(images/option-login.jpg);
}
#option-div {
	display: none;
	top: 240px;
	left: 20px;
	z-index: 10;
	width: 130px;
	border: 1px solid #b1b1b3;
	background-color: #e8e8e8;
	padding: 2px;
}
#option-div a:link, #option-div a:visited {
	display: block;
	padding: 3px;
	font-size: 10px;
	font-family: Verdana;
	color: #4c4c4e;
	text-decoration: none;
	border: 1px solid #e8e8e8;
}
#option-div a:hover, #option-div a:visited:hover {
	border: 1px solid #b1b1b3;
	background-color: #FFFFFF;
}

#informationbar{
	position: fixed;
	z-index: 999;
	left: 0;
	width: 100%;
	text-indent: 5px;
	padding: 5px 0;
	background-color: lightyellow;
	border-bottom: 1px solid black;
	font: bold 12px Verdana;
}
* html #informationbar{ /*IE6 hack*/
	position: absolute;
	width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
}

#topbar {
	height: 25px;
	line-height: 25px;
	display: block;
	padding-left: 10px;
	border-bottom: 1px solid silver;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000;
    position: absolute;
    z-index: 3;
    background-color: #fff;
    width: 100%;
}
#topbar a:link, #topbar a:visited {
	color: #EA1515;
}
#topbar a:hover, #topbar a:visited:hover {
	color: #000;
}