.popup-info .box{
	display:none;
}

.popup-info:hover .box{
	border-style:2;
	display:block;
	position:fixed;
	left:71%;
	top:2%;
}
