div.tagsinput
{
	background: #FFF;
	/*border: 1px solid #CCC;*/
	/*height: 30px !important;*/
	/*min-height: 37px;*/
	overflow-y: auto;
	padding: 4px 4px 3px 4px;
	width: 305px;
    font-size: 13px;
}
div.tagsinput span.tag
{
	background: #7F7F7F;
	border: 1px solid #7F7F7F;
	color: white;
	display: block;
	float: left;
	font-family: verdana;
	font-size: 13px;
	margin-bottom: 2px;
	margin-right: 3px;
	moz-border-radius: 2px;
	padding: 4px;
	text-decoration: none;
	webkit-border-radius: 2px;
}
div.tagsinput span.tag a
{
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
div.tagsinput input
{
	background: transparent;
	border: 1px solid transparent;
	color: #000;
	font-family: verdana;
	font-size: 13px;
	margin: 0px;
	margin-bottom: 2px;
	margin-right: 3px;
	outline: 0px;
	padding: 4px;
	width: 140px;
}
div.tagsinput div
{
	display: block;
	float: left;
}
.tags_clear
{
	clear: both;
	height: 0px;
	width: 100%;
}
.not_valid
{
	background: red !important;
	color: white !important;
}