#tagImgDiv {
	position: relative;
	margin: auto;
}

#tagImgDiv .tagSquare {
	position: absolute;
	z-index: 2;
	border-style: solid;
	border-color: rgb(160, 185, 250);
	font-size: 1px;
	background-image: url(./);
	line-height: normal;
}

#tagImgDiv .tagInfo {
	position: absolute;
	border: 6px solid black;
	background-color: #eff5fd;
	color: black;
	font-size: 11px;
	z-index: 2;
	line-height: normal;
	text-align: left;
	overflow: hidden;
}

#taggedThings {
	font-size: 12px;
	text-align: left;
	min-height: 150px;
	_height: 150px;
}

#taggedThings a{
	color: #22539c;
	text-decoration: none;
}

#taggedThings a:hover {
	color: rgb(0, 130, 255);
}

#taggedThings .tagItem {
	position: relative;
	zoom: 1;
}

#taggedThings .tagItem a{
	display: block;
	padding: 3px;
	margin-bottom: 2px;
	background-color: #eff5fd;
	border: 1px;
	border-style: solid;
	border-color: #838383;
	font-weight: bold;
}

#taggedThings .activeTagItem,
#taggedThings .tagItem a:hover{
	position: relative;
	zoom: 1;
	padding: 3px;
	margin-bottom: 0px;
	background-color: #5de577;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-style: solid;
	border-color: #838383;
}

#taggedThings .remove {
	position: absolute;
	zoom: 1;
	top: 1px;
	right: 1px;
	z-index: 1;
	border: 0px;
}

#taggedThings .remove a,
#taggedThings .remove a:hover {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#taggedThings .remove img {
	border: 0px;
	width: 12px;
	height: 12px;
}
#taggedThings .tagger {
	text-align: right;
	font-weight: normal;
	font-size: 10px;
	color: #5f5f5f;
}

#taggedThings .warning {
	position: absolute;
	z-index: 2;
	top: 150px;
	right: 270px;
	border: 5px solid black;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	width: 250px;
	padding: 5px 10px;
	background-color: #eff5fd;
	color: black;
}


