div.profileSteps {
	float:right;
	margin:0px 20px 0 0;
}
div.profileStep {
	position:relative;
	float:right;
	width:200px;height:50px;
}
div.profileStep .connect {
	position:absolute;
	top:10px;left:0;
	width:190px;height:10px;
	margin-left:-5px;
	background-color:#24d4ec;
	-webkit-border-radius:5px;
	border-radius:5px;
}
div.profileStep .icon {
	position:absolute;
	top:0;right:0;
	width:30px;height:30px;
	background-color:#24d4ec;
	-webkit-border-radius:15px;
	border-radius:15px;
	
	color:#fff;
	font-size:16px;
	line-height:30px;
	text-align:center;
}
div.profileStep .info {
	position:absolute;
	bottom:0;left:0;
	width:200px;
	
	color:#000;
	font-size:10px;
	line-height:20px;
	text-align:center;
}
div.profileStepPassive .connect {
	background-color:#f5f5f5;
}
div.profileStepPassive .icon {
	background-color:#f5f5f5;
  color:#24d4ec;
}