#pca-auth-check-wrap.hidden {
	display: none;
}

#pca-auth-check-wrap #pca-auth-check-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 1000010; /* needs to appear above .notification-dialog */
}

#pca-auth-check-wrap #pca-auth-check {
	position: fixed;
	left: 50%;
	overflow: hidden;
	top: 40px;
	bottom: 20px;
	max-height: 200px;
	width: 380px;
	margin: 0 0 0 -190px;
	padding: 30px 30px 15px 30px;
	background-color: #eee;
	z-index: 1000011; /* needs to appear above #pca-auth-check-bg */
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#pca-auth-check-wrap #pca-auth-check label{
	font-weight: bold;
}

#pca-auth-check-wrap .pca-auth-check-close {
	position: absolute;
	top: 8px;
	right: 8px;
	height: 22px;
	width: 22px;
	cursor: pointer;
}

#pca-auth-check-wrap .pca-auth-check-close:before {
	content: '\f158';
	display: block !important;
	font: normal 20px/1 'dashicons';
	speak: none;
	height: 22px;
	margin: 2px 0;
	text-align: center;
	width: 22px;
	color: #777;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

#pca-auth-check-wrap .pca-auth-check-close:hover:before {
	color: #0074a2;
}

#pca-auth-check-wrap .pca-auth-check-close:focus {
	outline: 1px dotted #888;
}

