.jq_tags_editor {
	position:relative;	
	float:left;	
	width:370px;
	height:120px;
	overflow:auto;
	color: #222;
	min-height: 30px;
	padding: 5px 5px 10px 5px;
}
.jq_tags_editor input[type="text"] {
	position:relative;
	float:left;
	width:80px;
	border: none;
	background:#ccc;
	height:19px;
}
.jq_tags_editor input[type="text"]:focus {
	outline: none;	
}

.jq_tags_editor .jq_tags_tokens {
}

.jq_tags_editor .jq_tags_tokens  .jq_tags_token {
	border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
	background-color: #E9A537;
	border: solid 1px #EEB23A;
	color: #fff;
	float: left;
	margin: 0 5px 5px 0;
	padding: 3px 5px;	
}

.jq_tags_editor .jq_tags_tokens  .jq_tags_token a {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	margin-left: 7px;
}
