@media screen and  (max-width: 1024px){




	/*
	label {
		width: 170px;
	}

	select {
		width: 270px;
	}

	input[type="text"], input[type="password"], textarea, select {
		width: 248px;
	}


	input[type="submit"] {
		-moz-user-select: none;
		background-color: #00CA4C;
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: 6px;
		color: #FFFFFF;
		cursor: pointer;
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		line-height: 20px;
		margin-bottom: 0;
		margin-left: 171px;
		margin-top: 3px;
		padding: 8px 40px;
		text-align: center;
		text-transform: uppercase;
		vertical-align: middle;
		white-space: nowrap;
		width: 247px;
	}
	*/
}

