/*--popup container--*/
#inline3 {
	margin: 20px 0 0 0;
	width: 421px;
	height: 365px;
	overflow: auto;
	position: absolute;
	outline: none;
}

/*--Tekstformatering i popup'er--*/
.inlineBoxStyle {
	font-family: verdana; 
	font-weight: normal; 
	font-size: 11px; 
	letter-spacing: 0px; 
	line-height: 17px;
	width: 421px;
	margin: 0;
	padding: 0;
}

.inlineBoxStyle img {
	margin-bottom: 10px;
}


/*-- Scrollbar formatering --*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; 
	left: 0;
}

.vscrollerbase {
	width: 13px;
	background: url(barbg.gif);
}

.vscrollerbar {
	width: 13px;
	background-color: #66FF66;
	background: url(barholder.gif);
	height: 10px !important; 
}


.hscrollerbase {
	height: 10px;
	background-color: #eee;
}


.hscrollerbar {
	height: 10px;
	background-color: #ccc;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; 
	left: auto;
	bottom: 0px; 
	right: 0px;
	background-color: #eee;
}
