ul.reg_progress {
	margin: 0px 40px 0px 40px;
}

ul.reg_progress li {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: black;
	font-weight: 500;
	width: 340px;
	margin: 5px 8px 0 0;
	text-indent: 35px;
	position: relative;
	float: left;
	background: #d5d5d5;
}

ul.reg_progress li a {
	text-decoration: none;
}

ul.reg_progress li.active {
	background: #80b639;
	font-weight: 700;
	color: white;
	z-index: 100;
}

ul.reg_progress li.goto:hover {
	color: white;
	background:  #8cc63e;
	cursor:pointer;
}

ul.reg_progress li.goto:hover a {
	color: white;
	background:  #8cc63e;
}


.checkboxes {
	width: 350px;
	border: 1px #dadada solid;
	margin-right: 60px;
}

.popup {
	position: absolute;
	width:400px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index:999;
	background-color: rgba(55,55,55,0.8);
	display: none;

}

h3.popup-title {
	color: black;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 14px;
	margin: 0;
	border-bottom: 1px solid #ebebeb;
	background-color: #abe0f9;
}
.popup-content{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: white;
	padding: 1px 10px 5px 15px;
	font-size: 14px;
}
.popup-button {
	font: 1em/1em 'Megrim', Georgia, serif;
	font-weight: 800;
	margin: 10px 120px 10px 120px;
	border-color: #245580;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	background-color: #337ab7;
	display: block;
	padding: 6px 12px;
	cursor:pointer;
}


.metro_button.plans.green {
	background-color:#8cc63e;
}

#choose-password h4 {
	font-size: 1em;
}

#choose-password h5 {
	font-weight: normal;
	margin: 10px 0 5px 10px;
}

#password-rules {
	margin-left: 35px;
}

#choose-password div {
	margin-left: 10px;
}

#choose-password label {
	display: block;
	margin-top: 10px;
}