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

#ffypopoverarea {
	position:fixed;
	margin-left:30%;
	margin-right:30%;
	top:100px;
	width:400px;
	background-color:#ffffff;
	z-index:1012;
	border: solid #ffffff;
	display:none;
}

.ffypopoverarea {
	position:fixed;
	margin-left:30%;
	margin-right:30%;
	top:100px;
	width:400px;
	background-color:#ffffff;
	z-index:1012;
	border: solid #ffffff;
	display:none;
}
.ffygrayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1011;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
	display:none;
}
#buttons{
position:relative;
width:200px;
height:30px;	
margin-left:auto;
margin-right:auto;
}
#ffyclosepopover{
float:left;
}
#ffyclosepopovernow{
float:right;
}

#popoverarea{
display:none;
}
grayBox {
	display:none;
}