@charset "utf-8";
/* CSS Document */


.popup1 {
	position: relative;
	line-height: 13px;
	margin-top: 0px;
}
.popup1 a span {
	display: none;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 33px;
}
.popup1 a:hover span {
	display: block;
	position: absolute;
	width: auto;
	background-color: #C1C2C2;
	height: auto;
	left: 100px;
	top: -10px;
	color: #242BAD;
	padding: 0 5px;
	border: thin solid #2B43D0;
	border-radius: 5px;
	text-shadow: 0 0px #A6A7A7;
	-webkit-box-shadow: 3px 3px 3px #A6A7A7;
	box-shadow: 3px 3px 3px #A6A7A7;
	margin-top: 5px;
	font-weight: bold;
}
