/* bootstrap-tags styles */

.tag-list {
	width: 280px;
	height: 26px;
	left:2px;
	top:2px;
	position:relative;
}
.tag-data {
	display:none;
}
.tags-input {
	width:100%;
	height:100% !important; 
	margin:0;
	padding-bottom:0 !important;
	font-size:12px !important;
}
.tags {
	width:inherit;
	height:0;
	position:absolute;
	padding:0;
	margin:0;
}
.tag {
	padding: 1px 3px;
	margin:1px;
	float:left;
}
.tag a {
	color: #bbb;
	cursor:pointer;
	opacity: .5;
}
ul.tags-suggestion-list {
	width:100%;
	height:auto;
	list-style:none;
	margin:0;
	position:absolute;
	z-index:2;
	max-height:160px;
	overflow: auto;
}
li.tags-suggestion {
	padding:3px 20px;
	height:auto;
}
li.tags-suggestion-highlighted {
	color: white;
	text-decoration: none;
	background-color: #0081C2;
	background-image: -moz-linear-gradient(top, #08C, #0077B3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#0077B3));
	background-image: -webkit-linear-gradient(top, #08C, #0077B3);
	background-image: -o-linear-gradient(top, #08C, #0077B3);
	background-image: linear-gradient(to bottom, #08C, #0077B3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}