html,body {overflow-x:hidden;overflow-y:hidden;font-family: Arial; font-weight: bold;}
/*=== Styles for positioning divs next to phone key on the left side ===============*/
.PK1Large, .PK2Large, .PK3Large, .PK4Large, .PK5Large, .PK6Large,
.PK7Large, .PK8Large, .PK9Large, .PK10Large, .PK11Large,
.PK12Large, .PK13Large, .PK14Large, .PK15Large, .PK16Large, .PK17Large, 
.PK18Large, .PK19Large, .PK20Large, .PK21Large, .PK22Large {
	font-family: Mitel_53xx_Small_V2;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	position:absolute;
	left: 0px;
	width: 600px;
	z-index: 20;
}
/*=== Styles for positioning divs next to phone key on the right side ===============
The standard distance between the keys is 24px */
.PK12Large, .PK13Large, .PK14Large, .PK15Large, .PK16Large, .PK17Large, 
.PK18Large, .PK19Large, .PK20Large, .PK21Large, .PK22Large {
	text-align: right;
}
.PK1Large, .PK12Large {
	top: 48px;
}
.PK2Large, .PK13Large {
	top: 75px;
}
.PK3Large, .PK14Large {
	top: 99px;
}
.PK4Large, .PK15Large {
	top: 123px;
}
.PK5Large, .PK16Large {
	top: 147px;
}
.PK6Large, .PK17Large {
	top: 171px;
}
.PK7Large, .PK18Large {
	top: 195px;
}
.PK8Large, .PK19Large {
	top: 219px;
}
.PK9Large, .PK20Large {
	top: 243px;
}
.PK10Large, .PK21Large {
	top: 267px;
}
.PK11Large, .PK22Large {
	top: 289px;
}
/*=== Screen styles =================================================================*/
/* This is the style for positioning background images */
.border {
	position:absolute;
	width:160;
	height:320;
	left: 0px;
	top: 0px;
	z-index: 0;
}
/*=== Font Styles ===================================================================*/
.smallFont {
	font-family: Mitel_53xx_Small_V2;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
/*=== Hyperlinks styles =============================================================*/
a:link, a:visited
{
	text-decoration: none;
	color: Black;
	border-style: none;
}
/*=== Shared styles for elements with particular IDs ================================*/
#HeaderImage {
	position:absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 32px;
	z-index: 0;
}
#InstructionImage {
	position:absolute;
	left: 0px;
	top: 32px;
	z-index:20;
}
#BottomLabel {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 308px;
	width: 160px;
	height: 9px;
	z-index: 20;
}
#LoadingDiv 
{
	background-image: url(../Images/loading.gif);
	background-repeat: no-repeat;
	text-align:center;
	padding-top:110px;
	position:absolute; 
	left:0px; 
	top:69px;
	width:160px;
	height:251px;
	visibility:hidden; 
	z-index:5000; 
}
/*=== Shared styles for attaching icon to the pk ====================================*/
.iconKeyLeft { 
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px; 
	padding: 0px 0px 0px 15px;
}
.iconKeyRight {
	background-position: right top;
	background-repeat: no-repeat;
	height: 20px;
	padding: 0px 15px 0px 0px;
}
.close {
	background-image: url(../Images/icon-close.gif);
	padding-top: -1px; 
}

