
	@media only screen and ( max-width: 480px ), only screen and (max-device-width: 480px) {
		#error_message{
			font-size: 30px;
			width: 400px;
			margin: 0 auto;
			font-weight: bold;
		}
		.text,
		.logo
		{
			left:10px;
			position: relative;
		}
		.field_container
		{
			left:5px !important;
			position:relative;
		}
		#bYear,#bDay,#bMonth
		{
			font-size: 55px !important;
		}
		#submit
		{
			padding-top:20px;
			zoom:150%;
			left:15px;
			position:relative;
			background-repeat:no-repeat;
		}
	}
			::-webkit-input-placeholder {
				color:#ccc !important;
			}
			::-moz-placeholder {
				color:#ccc !important;
			}
			.placeholder {
				color:#ccc !important;
			}
			body {
							background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/agegate_bg.jpg);
							background-repeat:repeat;
				background-position:center top;
				background-size:cover;
				color:#fff;
				font-size:20px;
				font-family:Arial;
				width:100%;
				margin:0;
				padding:0;
			}
			.page {
				width:640px !important;
				width:900px;
				margin:75px auto;
			}
			.logo {
									background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/logo.png);
								margin:auto;
			}
			.text {
									background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/birthday.png);
								background-repeat:no-repeat;
				margin:auto;
				margin-top:50px;
			}
			.guide {
									background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/month_day_year.png);
								background-repeat: no-repeat;
				margin: 30px auto;
				background-position: center top;
			}
			.field_container {
				width: 670px;
				height:151px;
				margin:auto;
				margin-top:30px;
				margin-bottom:40px;
				clear:both;
			}
			.field_1, .field_2, .field_3  {
									background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/field.png);
								width:201px;
				height:151px;
				float:left;
				margin-right:20px;
			}
		.form_field {
			padding:10px;
			width:181px;
			height:131px;
			color:#fff;
			font-size: 45pt;
			text-align:center;
			background-color:transparent;
			outline:none;
			border:none;
		}
		#submit {
							background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/button_enter_1.png);
						background-position:center;
			width:310px;
			height:60px;
			margin:auto;
			background-color:transparent;
			border:none;
		}
		.error{background:#ff0000;}
		#submit:hover {
								background-image:url(http://schlitzbrewing.com/wp-content/themes/brand/view//images/agegate/button_enter_2.png);
						}
		#ageForm INPUT
		{
			font-size: 45pt;
		}


