/* the position: relative; stuff is to keep IE 6 from freaking out */
div.tagger {
	padding: 2px; 
	margin-top: 10px;
	font-size: 11px;
	background-color: rgb(245, 247, 235);
	text-align: center;
	position: relative;
}

div.tagger span, .sum_display, .tag_count {
	font-size: 11px;
	position: relative;
}

div.tagger span.available_tag {
	text-decoration: underline;
	cursor: pointer;
	position: relative;
}

div.tagger span.selected_tag {
	font-weight: bold;
	position: relative;
}

span.tag_count {
	font-weight: bold;
	font-size: 11px;
	position: relative;
}

.tagging_email_bar {
	font-size: 11px;
	text-align: center; 
	background-color: #f5f7eb; 
	padding-bottom: 3px;
	margin-top: 10px;
	position: relative;
}

.tagging_email_bar a, .tagging_email_bar a:hover, .tagging_email_bar a:link {
	font-size: 11px;
	position: relative;
}

.share_this_open {
	background: url('/images/arrow-up.gif') 0% 0% no-repeat;
	width: 11px;
	height: 7px;
	cursor: pointer;
	position: relative;
}

.share_this_closed {
	background: url('/images/arrow-down.gif') 0% 0% no-repeat;
	width: 11px;
	height: 7px;
	cursor: pointer;
	position: relative;
}