/* registration css */
.registration {
	color: #2D383F;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

.reg-form {
	width: 340px;
	float: left;
	padding-left: 60px;
}

.reg-form input {
	width: 100%;
}

.social-login {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}

.social-login .facebook,
.social-login .twitter,
.social-login .google {
	width: 32px;
	height: 32px;	
	margin: 15px 5px;	
	border: 0;
	cursor: pointer;
}

.social-login .facebook {
	background: url(../images/social-sprite.png) no-repeat 0 0;
}

.social-login .twitter {
	background: url(../images/social-sprite.png) no-repeat -32px 0;
}

.social-login .google {
	background: url(../images/social-sprite.png) no-repeat -64px 0;
}

.value-props {
	width: 460px;
	float: right;
	font-size: 12px;
}

.value-props .prop {
	width: 221px;
	padding-top: 172px;
	float: left;
	margin-bottom: 30px;
	line-height: 20px;
}

.value-props .last {	
	margin-left: 18px;
}

.value-props .prop1 {
	background: url(../images/reg-props-sprite.png) no-repeat 0 0;
}

.value-props .prop2 {
	background: url(../images/reg-props-sprite.png) no-repeat -221px 0;
}

.value-props .prop3 {
	background: url(../images/reg-props-sprite.png) no-repeat -442px 0;
}

.value-props .prop4 {
	background: url(../images/reg-props-sprite.png) no-repeat -664px 0;
}
