	.tagging_email_bar2 { 
		/*font-size: 11px;
		background-color: #FFFFFF; 
		padding-bottom: 3px;
		position: relative;*/
		
		margin-top: 10px;
		margin-bottom: 5px;
		text-align: left;
		
	}
	
	.tagging_bookmark_bar{
		text-align: center; visibility:hidden; display: none;
	}
	
	.tagging_tag_bar{
		font-size:11px;
		margin:10px 10px 0 10px;
	}
	
	.tagging_tag_bar .tagging_tag_selector{
		border:1px solid #c4ce92;
		background:#F4F6E9;
	}

	.tagging_tag_bar .top {
		height:5px;
		border-top:1px solid #c4ce92;
		background:#F4F6E9;
		margin:0 5px;
	}

	.tagging_tag_bar .bottom {
		height:5px;
		border-bottom:1px solid #c4ce92;
		background:#F4F6E9;
		margin:0 5px;
	}

	.tagging_tag_bar .tagging_tag_selector .whitebar_rate{
		background:#F4F6E9;
		float:left; margin:0; padding:4px 4px 4px 6px; 
		color:#868f58;
	}

	.tagging_tag_bar .tagging_tag_selector .tags {
		float:right;
		width:70%;
	}
	
	.tagging_tag_bar .tagging_tag_selector .tag {
		float:left;
		border-left:1px solid #c4ce92;
		line-height: 22px; 
		padding: 0 8px;
		color:#018701;
		font-size: 11px;
	}

	.tagging_tag_bar .tagging_tag_selector .selected_tag {
		font-weight:bold;
	}
	
	.tagging_tag_bar .tagging_tag_selector .available_tag {
		font-weight:normal;
		cursor: pointer;
	}
	
	.tagging_tag_bar .tagging_tag_selector .available_tag:hover {
		text-decoration: underline;
	}
	
	.whitebar_count{
		margin:0 15px 5px 15px;
		padding:3px 5px;
		border-left:1px solid #D9E1B2;
		border-right:1px solid #D9E1B2;
		border-bottom:1px solid #D9E1B2;
		color:#838A60;
		font-size:11px;
		background:#FAFAFA;
		text-align:left;
		display:none; 
		/* need to fix this - IE overflows when given a width*/		
		border-top:1px solid #C4CE92;
		position:relative;
		top:-1px;
		clear:both;
	}
	
	.tagging_tag_bar { position: relative; }
	.tagging_tag_bar span.tl, .tagging_tag_bar span.tr, .tagging_tag_bar span.bl, .tagging_tag_bar span.br {
		background: transparent url(http://static.dailystrength.org/templates/images/corners/ratings-sprites.gif) no-repeat left top;
		position: absolute;
		width: 5px;
		height: 5px;
	}
	.tagging_tag_bar span.tl { top: 0; left: 0; }
	.tagging_tag_bar span.tr { top: 0; right: 0; background-position: -5px top; _right: -1px; }
	.tagging_tag_bar span.br { bottom: 0; right: 0; background-position: -10px top; _right: -1px; _bottom: -9px; }
	.tagging_tag_bar span.bl { bottom: 0; left: 0; background-position: -15px top; _bottom: -9px; }


