.tagboxRel {
   	position: relative;
	background-color: white;
	background-image: url('img/bg-searchinput.png');
	background-repeat: no-repeat;
	
	/* firefox */
	background-position: 5px 3px;
	
	/* safari */
	background-position-x: 5px;
	background-position-y: 3px;
	
	border:1px solid #a2a4a9; 
	border-radius:16px;
	-webkit-border-radius:16px;
    -moz-border-radius:16px;
    outline: none;
    
    width:200px;
	height: 20px;
	text-align: left;
}
.tagboxRel input {
	position: relative;
	float: left;
	margin: 0px;
	border: 0px;
	outline: none;
	background: transparent;
	margin: 0;
	padding: 0;
	max-width: 156px;
	max-height: 18px;
	left: 20px;
}
.tagboxRel .resetplace {
	position: relative;
	float: right;
	left: -4px;
	top: 2px;
}
.tagboxRel .resetplace img {
	display: none;
	cursor: pointer;
}
.tagboxRel ol  {
	position:absolute;
	background:#ffffff;
	list-style:none;
	list-style-position: inside;
	margin:0;
	padding:0;
	margin-top: 24px;
	z-index: 100;
	left: 0px;
}
.tagboxRel ol li {
	width:200px;
	border-left:1px solid #c6c9e3;
	border-right:1px solid #c6c9e3;
	margin:0;
}
.tagboxRel ol li a img, .tagboxRel ol li:first-child a img {
	width:38px;
	height:38px;
	float: left;
	margin-right: 4px;
}
.tagboxRel ol li a span em {
	color: #ff8100;
	font-weight: bold;
	font-style: normal;
}
.tagboxRel ol li span span {
	position: relative;
	font-size: 10px;
	color: #9a9a9a;
	margin-top: 2px;
}
.tagboxRel ol li a {
	text-decoration:none;
	color:#000;
	display:block;
	padding:5px;
	border-bottom:1px solid #c6c9e3;
	min-height: 38px;
}
.tagboxRel ol li a span {
	position: relative;
	display: inline-table;
	width: 148px;
}
/* översta respektive nedersta raden i träfflistan */
.tagboxRel ol li:first-child {
	border-top:1px solid #c6c9e3;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tagboxRel ol li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.tagboxRel ol li a:hover, .hl {
	background-color: #d7e5fa;
}
.tagboxRel input {
	width:100%;
	height: 1.5em;
	padding: 2px 0px 0px 2px;
} 
.tagboxRel-lkup {
	width:100%;
}


/*-------------------------*/


#tagbox {
   width:198px;
}
#tagbox ol  {
	position:absolute;
	background:#ffffff;
	list-style:none;
	list-style-position: inside;
	margin:0;
	padding:0;
	margin-top: 4px;
}
#tagbox ol li {
	width:200px;
	border-left:1px solid #c6c9e3;
	border-right:1px solid #c6c9e3;
	margin:0;
}
#tagbox ol li img {
	width:32px;
	margin:4px;
	float: left;
}
#tagbox ol li em {
	color: #ff8100;
	font-weight: bold;
	font-style: normal;
}
#tagbox ol li a {
	text-decoration:none;
	color:#000;
	display:block;
	padding:5px;
	border-bottom:1px solid #c6c9e3;
}
/* översta respektive nedersta raden i träfflistan */
#tagbox ol li:first-child {
	border-top:1px solid #c6c9e3;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#tagbox ol li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
#tagbox ol li a:hover, .hl {
	background-color: #d7e5fa;
} 
#tagbox input {
	width:100%;
	height: 1.5em;
	padding: 2px 0px 0px 2px;
} 
#tagbox-lkup {
	width:100%;
}
