﻿.mobileAppsPopUp
{	
	float:right;
    overflow:visible;
    vertical-align:middle;
    *position:static; /*for ie-7 only: makes sure popup is above all*/
}

.mobileAppsPopUp .pageAlternativeBackground 
{
	width:100%; 
	height:1987px; 
	position:absolute; 
	opacity:0.7;
	filter:alpha(opacity=70); 
	top:0; 
	right:0; 
	background-color:#5a5a5a;
}

.mobileAppsPopUpContent
{
	width:270px; 
	overflow:visible; 
	position:absolute; 
	display:none;
	z-Index:2;
}

.mobileAppsPopUpCloseButton
{
	cursor:pointer; 
	position:absolute; 
	top:-10px; 
	height:20px; 
	width:59px; 
	background: url('../external/embedded/mobileapps/images/popupcloseBTN_en.PNG') no-repeat; 
	overflow:visible;
	float:right;
	z-Index:2;
}
     
.mobileAppsPopUpContent iframe
{
	width:274px; 
	height:186px;
}
