body {
	background: #8C9CA1;
	color: #fff;
	margin: 0px;
	padding: 1em;
	font: normal 13px verdana, arial, sans-serif;	
}

#wrapper {
	position: relative;
	width: 605px;
	height: 183px;
	border: 1px solid #555;
	background: url(images/meny.jpg) 100% 0 no-repeat;
}

table {
	margin-bottom: 0px;
	margin-top: 0px;
	border-collapse: collapse;
	border: none;
}
td {
	vertical-align:top;
}
form {
	margin-bottom:0px;
	margin-top:0px;
}
fieldset {
	margin: 0;
	padding: 5px;
	border: none;
}
input {
	font-size: 11px;
	line-height: 14px;
	background: #CCCC99;
	border: 1px solid #333;
	color: #000;
	margin-bottom:2px;
	margin-top:2px;
}
select {
	margin-bottom:2px;
	margin-top:2px;
}

.workarea {
	z-index:2;
	position:absolute;
	left:18px;
	top:220px;
	width:600px;
}

.height20 {
	height:20%;
}

.middle {
	vertical-align: middle;
}

.right {
	text-align: right;
}

.right_down {
	text-align: right;
	vertical-align: bottom;
}

a {
	color: #FFFF66;
}
a:hover {
	text-decoration: none;
}
.alt {
	display: none;
}

.margin1 {
	margin: 2px 2px 2px 2px;
	border-collapse: collapse;
	border: none;
}

.messages {
	z-index:3;
	position:absolute;
	left:144px;
	top:164px;
	width:166px;
	height:26px;
}

.pictures {
	z-index:3;
	position:absolute;
	left:11px;
	top:164px;
	width:90px;
	height:26px;
}

.email {
	z-index:3;
	position:absolute;
	left:352px;
	top:164px;
	width:90px;
	height:26px;
}

.logout {
	z-index:3;
	position:absolute;
	left:498px;
	top:164px;
	width:116px;
	height:26px;
}

img {
	border:none;
}