.mfaPopupPage {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	z-index: 100;
}

.mfaSetupPopupPage {
	display: none;
	position: fixed;
	top: 55%;
	left: 50%;
	z-index: 100;
}

.mfaPopupBackground {
	filter: Alpha(Opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
}

.mfaModal {
	filter: Alpha(Opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: fixed;
	z-index: -1;
	top: 0px;
	left: 0px;
}

.mfaPopupContainer {
	position: absolute;
	width: 300px;
	left: 50%;
	top: 40%;
	z-index: 750;
}

.mfaPopup {
	background-color: #ffffff;
	border: 0;
	position: relative;
	top: -150px;
	left: -150px;
	z-index: 1000;
	width: 400px;
	padding: 0px;
	margin-top: -20px;
	border-radius: 10px;
}

.mfaPopupTop {
	width: 292px;
	background-color: #46aa47;
	padding: 4px;
	color: #ffffff;	
	font-family: Tahoma;
    font-size: 1.5em;  
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mfaPopupBody {
	overflow: hidden;
}

.margin-10 {
	margin: 10px;
}

.mfaButtonsDiv {
	clear: both;
	padding: 10px;
	margin: 20px;
}

.newCodeSent {
	color: blue !important;
	font-style: italic !important;
	margin-top: 8px;
}

.mfaHiddenDiv {
	display: none;
}

.errorDiv {
	font-style: italic;
	color: red;
}

.mfaSignupLayout {
	margin-right: 10px;
    width: 90%;
    overflow: visible;
    background: #FFF;
    color: #000;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mr-lf-20 {
	margin-left: 20px !important;
}

.mr-top-20 {
	margin-top: 20px;
}

.mr-bottom-20 {
	margin-bottom: 20px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.signup-resent-mr {
	margin-left: 35px !important;
	margin-top: 15px !important;
}

.mfaError {
	margin-left: -75px;
	margin-top: 10px;
}

.mfaMobilePhoneLabel {
	padding-right: 20px;
	font-style: italic;
}

.mfa-resend-link {
	text-decoration: underline !important;
}

.mfa-text-font {
	font-family: Verdana !important; 
	font-size: 14px !important;
}

.mfa-title-font {
	font-family: Verdana !important; 
	font-size: 13pt !important;	
}


.mfa-hidden-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mfa-attempt {
	width: 95%;
	float: left;
	color: blue !important;
	font-style: italic !important;
}


#emailMethodDiv, #voiceMethodDiv, #smsMethodDiv {
	margin-top: 8px;
}

#smsMethod:before, #voiceMethod:before, #emailMethod:before{
	content:'\A';
	white-space: pre;
}

.input-text {
	margin-top: 8px;
}

.mfa-text-align {
	margin-left: 17px;
}