#divAuthorizeNetPopup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.82);
	z-index: 99;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupOuter {
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee;
	position: relative;
	background-color: #fafafa;
	max-width: 680px;
	width: 95%;
	max-height: 350px;
	height: 70%;
	border-radius: 4px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
	padding: 15px 20px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #eeeeee transparent transparent transparent;
	height: calc(100% - 56px);
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
	height: 30px;
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
	position: absolute;
	right: 9px;
	bottom: 4px;
	width: 200px;
	height: 25px;
	background-image: url('content/powered_simple.png');
}

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
	border: 1px solid #585858;
	background-color: #ffffff;
}

#iframeAuthorizeNet {
	height: 100%;
	width: 100%;
}