#tagging_wrapper {
	float: left;
	width: 547px;
	height: 454px;
	background-image: url(../images/link_resources/popup_shadow.gif);
	background-position: bottom right;
	margin: 0px auto;	
	padding:0px;
}
#tagging_wrapper a {
	color: #1E69B9;
	text-decoration: none;
}
#tagging_wrapper .infoBox {
	float: left;
	width: 540px;
	height: auto;
	border: 1px solid #333333;
}
#tagging_wrapper .infoBox .header {
	float: left;
	width: 540px;
	background: url(../images/tagging_tool/headerBg.gif) repeat-x #75A841;
	height: 29px;
	font: normal 14px arial;
	color: #FFF;
}
#tagging_wrapper .infoBox .header span {
	background: #75A841;
	width: 90px;
	float: left;
	margin: 8px 0 0 0px;
	padding: 0 0 0 10px;
}
#tagging_wrapper .infoBox .header img {
	float: right;
	border: none;
}
#tagging_wrapper .infoBox .leftDiv {
	float: left;
	width: 410px;
	height: 418px;
}
#tagging_wrapper .infoBox .topDiv {
	float: left;
	width: 403px;
	height: 293px;
	overflow-y: scroll;
	border-bottom: 1px solid #75A841;
	padding: 7px 0 0 7px;
}
#tagging_wrapper .infoBox .topDiv ul {
	margin: 0px;
	padding: 0px;
	text-align:left;
}
#tagging_wrapper .infoBox .topDiv ul li {
	margin: 0px;
	padding: 0 0 0 15px;
}
#tagging_wrapper .infoBox .bottomDiv {
	float: left;
	width: 405px;
	height: 75px;
	overflow-y: scroll;
	margin: 2px 0 0 0;
	border: 1px solid #75A841;
	border-left: none;
	border-right: none;
	font: normal 12px arial;
	padding: 5px 0 0 5px;
}
#tagging_wrapper .infoBox .buttonDiv {
	float: left;
	width: 405px;
	height: 28px;
	background: #F9FBF6;
	text-align: right;
	padding: 5px 5px 0 0;
}
#tagging_wrapper .infoBox .rightDiv {
	float: left;
	width: 129px;
	_width: 128px;
	height: 418px;
	overflow-y: scroll;
	border-left: 1px solid #75A841;
	background: #F9FBF6;
}
#tagging_wrapper .infoBox .rightDiv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tagging_wrapper .infoBox .rightDiv li {
	margin: 0px;
	padding: 0px;
	width: 111px;
	float: left;
	display: block;
}
#tagging_wrapper .infoBox .rightDiv ul li a {
	display: block;
	padding: 8px 0 8px 8px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #1E69B9;
	text-decoration: none;
}
/*
#tagging_wrapper .infoBox .rightDiv ul li a:hover {
	background: #ECF3E4;
}
#tagging_wrapper .infoBox .rightDiv .current {
	background: #ECF3E4;
}*/
#tagging_wrapper .infoBox .rightDiv ul li a:hover {
	background: #dce7d0;
}
#tagging_wrapper .infoBox .rightDiv .current {
	background: #dce7d0;
}

.relatedGroupDel{
float:right;
padding-top:4px;
}