﻿.hide {
	display: none;
}

#facebookPopup {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 300px;
	height: 600px;
	background-color: #fff;
}	

#facebookPopup .close {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	width: 18px;
	height: 18px;
	z-index: 100;
	background: transparent url(../_images/close.gif) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


#facebookPopup iframe {
	z-index: 10;
	background-color: #fff;
}