#messageBox{
	border-right: 1px solid #000000;
	position: absolute;
	width: auto;
	min-width: 300px;
	height: auto;
	z-index: 1;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	display: none;
	text-align: left;
}
#rubrik{
	width: 100%;
	height: 10px;
 	z-index: 1;
	cursor: pointer;
	left: 0px;
	top: 0px;
	background-color: #808080;
}
#contents{
    width: 100%;
    height: auto;
    z-index: 2;
}