@charset "utf-8";
/* CSS Document */
#tags {
	width:155px;
	background:#fff;
	border:1px solid #09F;
	}
	
#tagbox {
	width:155px;
	}
	
#tagbox ol  {
	position:absolute;
	background:#fff;
	list-style:none;
	list-style-position: inherit;
	margin:0;
	padding:0;
	}

#tagbox ol li {
	width:155px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	}
	
#tagbox ol li em {
	color:#06F;
	font-weight: bold;
	font-style: normal;
	}
	
#tagbox ol li a {
	text-decoration:none;
	color:#009;
	display:block;
	padding:1px;
	border-bottom:1px solid #333;
	}
	
#tagbox ol li a:hover, .hl {
	background-color: #C4F3FF;
	}
	
#tagbox input {
	width:100%;
	height: 1.5em;
	padding: 0px 0px 0px 0px;
	}
	
#tagbox-lkup {
	width:100%;
	}

