/*
 Note: When the invitation includes extension field, the field label must be part of lposVoiceInvitation background image.
*/
.lposVoiceInvitation {
	position : absolute;
	width: 432px;
	height: 206px;
	left: 75px;
	top: 110px;
	background-image : url(oneStepVoiceInvitationBKG.gif);
    z-index: 90;
}
.lposviPhoneNumber {
	position : absolute;
	left : 100px;
	top : 120px;
	width : 90px;
}
.lposviPhoneNumber1 {
	position : absolute;
	left : 35px;
	top : 165px;
	width : 40px;
}
.lposviPhoneNumber2 {
	position : absolute;
	left : 82px;
	top : 165px;
	width : 40px;
}
.lposviPhoneNumber3 {
	position : absolute;
	left : 130px;
	top : 165px;
	width : 45px;
}
.lposviExtension {
	position : absolute;
	left : 210px;
	top : 140px;
	width : 35px;
}
.lposviButton {
	position : absolute;
	left : 190px;
	top : 148px;
	width : 158px;
	height : 45px;
	background-image : url(oneStepVoiceInvitationButton.gif);
}
.lposviClose {
	position : absolute;
	top: 205px;
	width: 432px;
	height: 49px;
	background-image : url(oneStepVoiceInvitationClose.gif);
    cursor: pointer;
}
