.h_yellow, .h_green, .h_blue, .h_pink {
	width:20px;
	height:20px;
	float:left;
	display:block;
	text-indent:-9999px;
	outline:none;
	margin:0 10px 0 10px;
	border:#333333 solid 1px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
a.h_yellow:hover, a.h_green:hover, a.h_blue:hover, a.h_pink:hover {
	border:#000000 dotted 1px;
}
.h_yellow {
	background-color:#FFFF00;
}
.h_green {
	background-color:#00FF00;
}
.h_blue {
	background-color:#00FFFF;
}
.h_pink {
	background-color:#FF66FF;
}
span:hover {
	cursor: crosshair
}
#newhtool {
	width:170px;
	margin:0 auto;
	padding:10px 10px 10px 10px;
	background-color:#fff;
	border:#ccc solid 1px;
	overflow:hidden;
}
#newhtool p {
	margin:0;
	padding:0;
}
.refresh {
	text-align:center;
	text-transform:uppercase;
	font-size:0.6em;
	padding:0px;
	margin:0px;
	position:relative;
	bottom:-5px;
}
.refresh a {
	text-decoration:none;
}
