ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
	
	background-color: #fafafa; 
	border-radius: 2px; 
	border: 1px solid #EEE; 
	box-shadow: none; 
	color: rgba(0, 0, 0, 0.6); 
	font-size: 14px; 
	background-image:none; 
	background-color:#fafafa;
	
}
ul.tagit li {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
	background-color:#3bafda;
	border-radius: 3px;
}

ul.tagit .tagit-label {
    cursor: pointer;
    text-decoration: none;
	color:#FFF
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
	color:#FFF;
}


input.tagit-hidden-field {
    display: none;
}
ul.tagit li.tagit-choice-read-only { 
    padding: .2em .5em .2em .5em; 
} 

ul.tagit li.tagit-choice-editable { 
    padding: .1em 22px .1em .5em; 
	margin-top:4px;
} 

ul.tagit li.tagit-new {
    padding: .25em 4px .25em 0;
}


ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
	padding-right: 4px;
	font-weight:bold;
}

/* used for some custom themes that don't need image icons */

ul.tagit .ui-icon {display: none;}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
	background-image:none;
    outline: none;
}



ul.tagit .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}





.tagit-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;

  padding: 4px 10px;
  margin: 5px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  
}


.tagit-autocomplete a {
	color: rgba(0, 0, 0, 0.6);
	cursor:pointer;
	display: block;
	padding:2px 5px;
	line-height: 18px;
	border-radius:3px;
}




.tagit-autocomplete  .ui-state-focus {
	border: 0;
	background-image:none;
	background-color:#3bafda;
	font-weight: bold;
	color: #ffffff;
}
