.tags_input {
	position: relative;
	/*left:13px;*/
	/*top:13px;*/
	display: block;
	width: 690px;
	/*height: 100%;*/
	font-size: 1.1rem;
	color:#444;
	/*height:24px;*/
	line-height: 28px;
	padding: 3px;
	padding-bottom: 0;
	margin: 0;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	cursor: text;
	cursor: pointer;
	max-height: 500px;
	background: #ffffff;

/*	appearance:none;
	-o-appearance:none; 
	-moz-appearance:none; 
	-webkit-appearance:none;
*/
	background-image: url(img/select_arrow.png);
    background-position: right 3px center;
    background-repeat: no-repeat;
    background-size: auto auto;

	/*box-shadow: 0 0 2px 2px rgba(4,174,218,0.2);*/
	outline: none;

}

.tags_input2 {
	position: relative;
	border:1px solid #ccc;
	border-radius: 5px;
	background: #ffffff;
	padding: 3px;
	padding-bottom: 0;
	width: 500px;
	max-height: 500px;
	cursor: text;
}

.tags_input:disabled {
	/*opacity:0.5;*/
	cursor: text;
}

.tags_input > span {
	display: block;
	position: relative;
	float: left;
	border:1px solid #ccc;
	border-radius: 3px;
	padding: 4px 15px 4px 4px;
	margin: 0 3px 3px 0;
	font-family: arial;
	font-size: 14px;
	line-height: 14px;
	color: #555;
	background:#fbfbfb;
	cursor: pointer;
	overflow: auto;
}

.tags_input > span > img {
	position: absolute;
	right:1px;
	top:4px;
	width:15px;
	height:15px;
	opacity: 0.05;
}

.tags_input > span:hover > img {
	opacity: 1;
}

.tags_input > span.tags_input_tag_tobeRemoved > img {
	opacity: 1;
}

.tags_input > input {
	display: block;
	float: left;
	border:0px;
	background: transparent;
	padding: 4px 15px 5px 5px;
	margin: 0 3px 2px 0;
	font-family: arial;
	font-size: 14px;
	line-height: 14px;
	color: #777;
	outline: none;
	width:100px;
}

.tags_input > input::-ms-clear {
    display: none;
}

.tags_input > div.tags_input_input_sizer {
	position:absolute; 
	visibility:hidden;
	width:auto!important; 
	z-index:-1;
	font-family: arial;
	font-size: 14px;
}

.tags_input_list {
	display: none;
	position: absolute;
	z-index: 2000;
	top:100%;
	left: -1px;
	width:100%;
	min-height: 30px;
	max-height: 292px;
	border:1px solid #ccc;
	border-radius: 4px;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	cursor: pointer;
	overflow: auto;
	/*overflow:-moz-scrollbars-vertical;*/
	/*overflow:scroll;*/
}
