/* Registration type selector */
#registration-type-page {
	padding:0;
}

#registration-type-selector {
	margin-bottom:0;
}

#registration-type-selector .row {
	height:130px;
}


#registration-type-selector .img-col {
	background-repeat:no-repeat;
	background-position:center center;
	width: 150px;
	max-width: 150px;
}

#register-individual .img-col {
	background-image:url('../../img/misc/woman.png');
}

#register-company .img-col {
	background-image:url('../../img/misc/skyscrapers.png');
}

#type-loader {
	position:absolute;
}


/* Registration form container */
#register-container {
	padding:15px;
}

#register-container .register-block .page-title {
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px;
}

#company-name-field {
	border-top:1px solid #e6e6e6;
}

#recaptcha label {
	vertical-align:top;
}

.terms-field .policy-page-list {
	padding:5px 20px;
}

.terms-field .policy-page-list li {
    padding-top:5px;
}

@media only screen and (max-width:1024px) {
	/*#checkout-overview {
		width:250px;
	}*/
}

@media only screen and (max-width:500px) {
	/*#checkout-overview {
		display:none;
	}*/

	.next-btn {
		width:100%;
		display:block;
		text-align:center;
	}
}