div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}

/* Added by m157y for phpBB MOD */
/* Compability */
div.tagsinput { border:0; background: transparent; }
div.tagsinput { height: auto; }
div.tagsinput span.tag { border-radius: 5px; background: #ddf8af;}
div.tagsinput input {background: #ffffcc; border-radius: 5px; border: 1px solid #a5d24a;}
/* Search page */
body.section-search div.tagsinput { border: 0; background: transparent; }
body.section-search div.tagsinput span.tag { padding: 2px; font-size: 10px; margin-bottom: 0; }
body.section-search div.tagsinput span.tag span { padding-left: 6px; }
body.section-search div.tagsinput span.tag a { display: none; }
/* Viewforum page */
body.section-viewforum div.tagsinput { border: 0; background: transparent; }
body.section-viewforum div.tagsinput span.tag { padding: 2px; font-size: 10px; margin-bottom: 0; }
body.section-viewforum div.tagsinput span.tag span { padding-left: 6px; }
body.section-viewforum div.tagsinput span.tag a { display: none; }
/* Viewtopic page */
body.section-viewtopic div.tagsinput { border: 0; background: transparent; }
body.section-viewtopic div.tagsinput span.tag { padding: 2px; font-size: 10px; }

#TopicTags-Cloud
{
	position: fixed;
	top: 200px;

	width: 400px;

	border: 1px solid #A5D24A;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	background: #ffffcc;
	color: #638421;
	margin-right: 5px;
	margin-bottom: 5px;

	text-align: left;
	font-weight: normal;

	z-index: 60;
}

#TopicTags-Cloud.Visible
{
	right: -10px;
	opacity: .9;
}
#TopicTags-Cloud.Hidden
{
	right: -385px;
	opacity: .7;
}

#TopicTags-Cloud span
{
	margin: 0;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	color: #638421;
	margin-right: 5px;
	font-family: helvetica;
	font-size: 13px;

	overflow: hidden;
	max-width: 380px;
}

#TopicTags-Cloud span:hover
{
	text-decoration: underline;
}

#TopicTags-Cloud-More
{
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
}

#TopicTags-Cloud-More span
{
	border-bottom: 1px dashed transparent;
}

#TopicTags-Cloud-More span:hover,
#TopicTags-Cloud-More:hover span
{
	text-decoration: none;
	border-bottom: 1px dashed #638421;
}
/* End of add */
