.popupFormBg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) none repeat scroll 0 0;
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    z-index: 999999;
    overflow-y: auto;
}


.popupFormContainer{
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 20px;
}

.popupForm{
	display: table;
    margin: auto;
}

.userActivation{
	margin: auto;
    text-align: center;
    width: 400px;
}

.userActivation h2{
	font-size: 18px;
}

/* popup */
.generalLegalInfoPopup .popupContent p {
	text-align:left!important;}

.popupFormContainer .popup {
max-width: 540px;
min-width: 320px;
float:left;
display:block;
background:#fff;
-webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.65);
-moz-box-shadow:    0px 6px 30px 0px rgba(0, 0, 0, 0.65);
box-shadow:         0px 6px 30px 0px rgba(0, 0, 0, 0.65);
}

.popupFormContainer .popup header { 
	position:relative;
	float:left;
	width:100%;}
.popupFormContainer .popup h3 {
	font-family: 'ProxiBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:22px;
	line-height:22px;
	text-transform: uppercase;
	/*color:#79288d;*/
	text-align:center;
	padding: 25px 0;
	margin:0;
}
.popupFormContainer .popup a.closePopup{ 
	background: url('IMG/ico-close.png') no-repeat center center;
	position:absolute;
	right:30px;
	top:25px;
	width:20px;
	height:20px;
	cursor: pointer;
}
.popupFormContainer .popup .popupContent {
	padding:0 30px 30px;
	position:relative;
	float:left;
}
.popupFormContainer .popupContent input[type="email"],
.popupFormContainer .popupContent input[type="password"],
.popupFormContainer .popupContent input[type="text"] {
	box-sizing:border-box;
	width:100%;
	border:1px solid #d4d4d4;
	background: #f1f2f2;
	height:48px;
	color: #414042;
	font-size: 16px;
	padding:0 20px;
	margin: 0 0 10px 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.popupFormContainer .popupContent input:focus { background:#fff;}
.popupFormContainer .popupContent a { 
	/*color: #79288d;*/
	line-height:44px;
	text-decoration:none;
}
.popupFormContainer .popupContent a:hover { 
	text-decoration: underline;
}
.popupFormContainer button {  
	/*background: #79288d;*/
	height: 44px;
	line-height:44px;
	color:#fff;
	font-family: 'ProxiBold', Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform: uppercase;
	text-align:center;
	display: block;
	padding: 0 20px;
	cursor: pointer;
	border:none;
	float:right;
}
.popupFormContainer button:hover {
	/*background: #8e33a5;*/
	text-decoration:none;
}
.popupFormContainer hr { border:none; width:100%; background: #d4d4d4; height:1px; display:block; float: left; margin:20px 0;}
.popupFormContainer .popupContent p { 
	text-align:center;
	display:inline-block;}
.popupFormContainer button.register { 
	margin:0 auto; 
	float:none;
	background: #f1f2f2;
	/*color: #79288d;*/
}
.popupFormContainer button.register:hover {
	background: #dddfdf;}
	
	
/* REGISTRATION */
.popupFormContainer .registration h4 {
	color: #231f20;
	font-family: 'ProxiBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:20px 0 10px;}
.popupFormContainer .popupContent input[type="text"] {
	width:49%;
}
.popupFormContainer input.firstname { float:right;}
.popupFormContainer textarea {
	font-family: 'ProxiNormal', Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	border:1px solid #d4d4d4;
	background: #f1f2f2;
	color: #414042;
	font-size: 14px;
	line-height:20px;
	padding:5px 20px;
	margin: 0 0 10px 0;
	resize:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.popupFormContainer .agreeCheckbox { margin:10px 0 30px;}

.popupFormContainer .phone{
	width:100% !important;
}

.popupFormContainer .spinner{
	background-image: url('IMG/loading_spinner.gif');
    width: 35px;
    height: 35px;
    margin: auto;
	display:none;
	background-repeat: no-repeat;
}

.popupFormContainer .errorText {
	background:#f9e5e5;
	color: #b92c2c;
	border:1px solid #b92c2c;
	font-family: 'ProxiBold', Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:20px;
	box-sizing:border-box; 
	width:100%;
	margin-bottom:20px;
	display:none;
}

/* LOST PASS */
.popupFormContainer .lostPassword p { text-align:left;}

