#guestinfo_popup.popup_back{
	background: rgba(0, 0, 0, 0.7);
	width:200px;
	height:125px;
	margin-left: -100px;
	margin-top: -50px;
}

#guestinfo_popup.active{
	opacity: 1;
    pointer-events: auto;
}

#guestinfo_popup .title{
    font-family: "GraphicPixel";
    color: white;
    text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: "AdvoCut";
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}

#guestinfo_popup .textnormal{
	font-family: "GraphicPixel";
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	font-family: "AdvoCut";
	-moz-user-select: none;
	-webkit-user-select: none;
	cursor: default;
}

#guestinfo_popup .textlink{
	color: #00CCFF;
	cursor: pointer;
}
