.authpopup_wrapper {
	background: rgba(0,0,0,.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	/*display: none;*/
}
.authpopup {
	position: absolute;
	width: 440px;
	color: #3a3a3a;
	font-family: PTSans,Arial,Tahome,Verdana,sans-serif;
	text-transform: none;
	left: 50%;
	top: 35%;
	margin-left: -220px;
}
.authpopup__header {
	box-sizing: border-box;
	background-color: #3c3c3c;
	height: 40px;
	width: 100%;
	color: #fff;
	position: relative;
	padding: 0 20px;
	font-size: 18px;
	overflow: hidden;
	line-height: 40px;
}
.authpopup__close {
	position: absolute;
	right: 20px;
	top: 0;
	cursor: pointer;
}
.authpopup__inner {
	background: #fff;
	padding: 20px;
	font-size: 15px;
	line-height: 19px;
}
.authpopup__inner p {
	margin: 0;
	text-transform: none;
	color: #3a3a3a;
	font-family: PTSans,Arial,Tahome,Verdana,sans-serif!important;
	font-size: 15px;
	line-height: 21px;
}
.authpopup__inner a {
	color: inherit;
	font-size: inherit;
	text-decoration: underline;
	font-family: inherit;
}
.authpopup__form__row {
	margin-top: 20px;
}
.authpopup__form__row.tcenter {
	text-align: center;
}
.authpopup__form__button {
	background: #168ce3;
	border: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	text-overflow: ellipsis;
	padding: 0 20px;
	border-radius: 3px;
	transition-duration: .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0 5px;
}
