table.gastbooktabelforline  {
	position:relative;
	width:100%;
	
}
td.gastbooknamenormal {
	width:10%;
}

input.tb-focus {
	position:relative;
  border: 1px solid #888377;
	width:50%;
}
input.tb-focus:focus {
	background-color: #F4EEDD;
}

input.gastbookcontrolkode {
  border: 1px solid #888377;
	width:10%;
}

input.gastbookcontrolkode:focus {
	background-color: #F4EEDD;
}

div.gastbookmain {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

textarea.gastbooktextbox {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
		position:relative;
  border: 1px solid #888377;
	width:90%;
}

.leftspan {
	position:relative;
	left: 3%;
	width: 97%;
}


table.plottable {
	position:relative;
	width:500px;
	left:0px;
	height:200px;
}

td.plotcopy {
	width:37px;
	height:100%;
	overflow : visible;
}


div.infoboxtext {
	position:relative;
	top:65px;
	left:10px;
	height: 112px;
	width: 155px;
	font-size: 16px;
}



/* VARBIABLA INSTÄLLINGAR FÖR MALL PopWin  ****************/
div.popupwin_main {
	background-image: url('/mall/img/popupwin.png'); 
	background-repeat: no-repeat;	
	position:relative;
	top: 20px;
	height: 700px;
	width: 957px;
}


div.popupwin_mainbody {
	background-image: url('/mall/img/popwinin.png'); 
	background-repeat: no-repeat;	
	position:absolute;
	top: 20px;
	left: 28px;
	height: 700px;
	width: 898px;
}


div.popupwin_inner {
	position:absolute;
	left: 14px;
	top: 18px;
	height: 620px; 
	width: 873px;	
}

div.popupwin_foot {

	position:absolute;
	top: 672px;
	height: 20px; 
	width:100%;	
}