.registration {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
    border-radius: 12px;
	box-shadow: 0 0 10px #a0a0a0;
}

.registration.fullScreen {
	border-radius: 0;
}

.registration .topBar {
    border-radius: 12px 12px 0 0;
	height: 38px;
	padding: 5px;
}

.registration.fullScreen .topBar {
	border-radius: 0;
}

.registration .prevButton {
	float: left;
	width: 34px;
	height: 34px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/prev_s_v1.png);
	background-size: 34px 34px;
	display: none;
}

.registration.prev .prevButton {
	display: block;
}

.registration .stepText {
	float: left;
	line-height: 34px;
	margin: 0 0 0 10px;
	font-size: 22px;
	display: none;
}

.registration .continued {
	float: left;
	margin: 13px 0 0 5px;
	display: none;
}

.registration.continued .continued {
	display: block;
}

.registration.step .stepText {
	display: block;
}

.registration .nextSection {
	float: right;
	display: none;
}

.registration.next .nextSection {
	display: block;
}

.registration .nextButton {
	float: right;
	width: 19px;
	height: 16px;
	background-image: url(/common/assets/images/small/next.png);
	background-size: 19px 16px;
	margin: 9px 0 0 0;
}

.registration .nextText {
	float: right;
	line-height: 34px;
	margin: 0 10px 0 0;
}

.registration .registrationBackground {
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	bottom: 60px;
}

.registration .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 190px;
	height: 181px;
	margin: -90px 0 0 -95px;
	background-image: url(/common/assets/images/medium/bg.png);
}

.registration .container {
	position: absolute;
	top: 41px;
	left: 0;
	right: 0;
	bottom: 60px;
	overflow: auto;
}

.registration .progressContainer {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	display: none;
}

.registration.progress .progressContainer {
	display: block;
}

.registration .line {
	position: absolute;
	height: 1px;
	background-color: #d0d0d0;
	left: 10%;
	right: 10%;
	top: 20px;
}

.registration .progressStep {
	position: absolute;
	top: 20px;
	width: 8px;
	height: 8px;
	background-color: #d0d0d0;
	border-radius: 50%;
	margin: -4px 0 0 -4px;
}

.registration .progressStep.completed {
	top: 20px;
	width: 28px;
	height: 28px;
	background-color: transparent;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/progress_s_v1.png);
	background-size: 28px 28px;
	margin: -14px 0 0 -14px;
}

.registration .progressText {
	position: absolute;
	top: 37px;
	width: 40px;
	margin: 0 0 0 -20px;
	text-align: center;
}

.registration .required {
	width: 200px;
	text-align: right;
	margin: 5px auto 0 auto;
}

.registration .label {
	position: relative;
	width: 200px;
	margin: 10px auto 0 auto;
}

.registration .asterisk:after {
	position: absolute;
	content: "*";
	left: -15px;
	top: 2px;
}

.registration .asterisk.good {
	color: #009146;
}

.registration .asterisk.bad {
	color:#EC6B75;
}

.registration .input {
	display: block;
	border: 1px solid #D8D8D8;
	width: 200px;
	height: 30px;
	border-radius: 5px;
	padding: 0 10px;
	margin: 0 auto;
}

.registration .value {
	width: 200px;
	margin: 0 auto 0 auto;
}

.registration .checkboxes {
	width: 200px;
	margin: 0 auto;
}

.registration .checkboxContainer {
	margin: 30px 0 0 0;
}

.registration .checkboxContainer.afterExample {
	margin: 16px 0 0 0;
}

.registration .example {
	margin: 0 0 0 20px;
}

.registration .inputWithTip {
	width: 250px;
	margin: 0 auto;
}

.registration .inputWithTip .input {
	float: left;
	margin: 0 0 0 25px;
}

.registration .tipTrigger {
	float: right;
	width: 20px;
	height: 20px;
	background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/tip_s_v1.png);
	margin: 5px 0 0 0;
}

