.TextHead {
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
.TextDescription {
	font-weight: normal;
	color: #FFF;
	font-size: 10px;
	line-height: 15px;
}
#achievebox
{	
	opacity:0.90; /*transpatent*/
	-moz-opacity: 0.90;
	
	height: 72px;
	width: 72px;
	margin: 1px;
	float: left;
	
	cursor: pointer;
}
#achievebox #description{
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: none;
	height: auto;
	width: auto;
	position: absolute;
	text-align: center;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	background-color: #842e2e;

}

#achievebox:hover {

	opacity:1.00; /*transpatent*/
	-moz-opacity: 1.00;

	float: left;
}
#achievebox:hover #description{
	z-index: 20;
	display: block;
}
#descriptionbox {
	width: auto;
	height: auto;
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #fff;
}
