@charset "utf-8";
/* CSS Document */

@media only screen and (max-device-width: 480px) {
	body{
    	-webkit-text-size-adjust: none;
	}
	#wrapper .form-wrapper .controls input, .submit_button {
		font-size: 1.2em;
		height: 40px;
		box-sizing: content-box;
	}
}