#box_utils {
	background-image: url(../../images/box_right_utils_bg.gif);
	background-repeat: no-repeat;	
	padding-top: 3px;
	padding-left: 18px;
	margin-bottom: 10px;
	height: 141px;
	width: 264px;
}

#box_utils div {
	height: 24px;
	padding-left: 35px;
	padding-top: 4px;
}

#box_utils_join {
	background-image: url(../../images/box_right_utils_join.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#box_utils_save {
	background-image: url(../../images/box_right_utils_save.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#box_utils_print {
	background-image: url(../../images/box_right_utils_print.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#box_utils_send {
	background-image: url(../../images/box_right_utils_send.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#box_utils_bookmark {
	background-image: url(../../images/box_right_utils_bookmark.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#box_utils a {
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#box_utils a:hover {
	text-decoration: underline;	
	color: #9B0505;
}
#box_utils_join a {
	font-weight: bold;
	color: #CA0000;
}
#box_utils_join a:hover {
	color: #8F8F8F;	
}