/*#iframePopupFacebook {
    position: absolute;
    z-index: 100;
    border: 1px solid #385495;
    background-color: white;
}
#iframePopup {
    position: absolute;
    z-index: 100;
    top: 250px;
    left: 50px;
}*/
#iframePopupFacebook {
   margin:0 auto;
   width:625px;
}
#iframePopup {
   margin:0 auto;
   width:600px;
}

.fbPopupHeaderFacebook {
    background-color: #6d84b4;
    color: white;
    font-weight: bold;
    height: 27px;
}
.popupCloseButtonText {
/*    position: absolute;*/
    width: 16px;
    height: 20px;
    float: right;
    right: 0px;
    z-index: 200;
    padding-top: 6px;
}
.popupCloseButtonText a {
    color: #c3cddf;
    font-weight: bold;
    text-decoration: none;
}
.popupCloseButtonText a:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
/*
#iframePopupIframe {
    border: none;
    position: absolute;
    top: 27px;
	left: 1px;
}*/

.iframeInviteFriends {
    width: 626px;
    height: 514px;
}
.iframeBecomeAFan {
    width: 310px;
    height: 265px;
    top: 20px;
}
#iframePoupProgress {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 292px;
	top: 240px;
}
.visibleItem {
    display: block;
	visibility: visible;
}
.hiddenItem {
    display: none;
	visibility: hidden;
}
.iframePopupShow {
    display:inline;
}
.iframePopupHide {
    display:none;
}
