/* CSS Document */

#popup2 a, #popup a:visited {
	position: relative;
	display: inline;
	width: 120px;
	line-height: 30px;
	text-align: center;
	padding: 5px 20px;
	margin: 3px;
	border: 1px solid #333333;
	text-decoration: none;
	font-size: 0.8em;
	color: #000;
	background: #eee url(Source/button.jpg);
	left: 0;
}

#popup2 a span {
	display: none;
	line-height: 15px;
}

#popup2 a:hover {
float: none; 
color: #0033FF;
}

#popup2 a:hover span{
	display: block;
	position: absolute;
	top: 25px;
	left: 3px;
	width: 80px;
	margin: 0px;
	color: #000;
	background: #e8e8e8;
	text-align: center;
	border: 1px solid #333333;
}

