
@media screen {
    div.Registration {margin:20px 0 50px; padding:0; position:relative; z-index:256; width:370px; background:none; border:none; border-radius:0;}
	.reg-arrow {position:absolute; top:-28px; right:35px; z-index:1;}
}

@media only screen and (max-width: 48.063em) {
	div.Registration {width:62%;}	
}

@media only screen and (max-width: 40em) {
	div.Registration {width:90%; margin-left:5%;}	
}

@media only screen and (max-width: 30.063em) {
	div.Registration {margin-left:3%; width:94%;}
}
@media only screen and (max-width: 25.063em) {	
	div.Registration {margin-left:0; width:100%;height:auto;}
}
