@media screen and (min-width: 1000px) and (max-height: 699px) {
	.form-style-layer2 {
    	margin-top: -250px;
	}
}

@media screen and (min-width: 600px) and (max-width: 1000px) and (max-height: 799px) {
	.form-style-layer2 {
	    margin-top: 40px !important;
	    top: 0;
	}
}

@media screen and (max-width: 999px) {
	html, body {
		font-size: 15px;
	}
	.pg-logo img {
	    max-width: 120px;
	}
	.form-style-layer2 {
    	margin-top: -370px;
	}
	.form-style-columnLeft {
		float: none;
		width: 50%;
		text-align: center;
		max-width: 280px;
		margin: auto;
	}
	.form-style-columnRight {
		width: 100%;
	}
	.form-style-columnRight-layer1 {
	    max-width: 650px;
	    text-align: center;
	    margin: auto;
		margin-top: 10px;
	}
	.form .label,
	.form .form-input {
		width: 100%;
	}
	input.text {
    	width: 96.2%;
    	border: none;
    	border-bottom: solid 1px #615f5f;
    	text-align: center;
    	font-size: 14px;
	}
	.footer {
		font-size: 11px;
	}
	.footer-powerby {
		font-size: 10px;
	}
	.submit-button {
		text-align: center;
	}
	input[type=submit] {
		font-size: 14px;
	}
	.form .checkbox-text {
		font-size: 14px;
	}
	input[type="checkbox"]:before {
		font: 13px/1em sans-serif;
	    height: 13px;
	    width: 13px;
	}
	.form .checkbox {
    	width: 25px;
	    margin-top: -3px;
	}
	.form .checkbox-text {
    	width: calc(100% - 35px);
	}
	.backbutton {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.form-style-columnLeft {
		max-width: 220px;
	}
	.form .checkbox-text {
	    font-size: 13px;
	}
}

@media screen and (max-width: 599px) {
	html, body {
		font-size: 14px;
	}
	.form .checkbox-text,
	.form .form-smalltext {
		font-size: 12px;
	}
	input[type=submit] {
	    font-size: 13px;
	}
	.footer {
	    font-size: 10px;
	}
	.footer-powerby {
	    font-size: 9px;
	}
	.pg-logo {
		padding: 10px;
	}
	.pg-logo img {
	    max-width: 100px;
	}
	.form-style-layer2 {
	    margin-top: -260px !important;
	    top: 50%;
	}
	.form-style-columnLeft {
	    max-width: 170px;
	}
	.form-style-columnRight-layer1 {
		margin-top: 0px;
	}
	.page-header {
		font-size: 18px;
	}
}

@media screen and (max-width: 399px) {
	.pg-logo img {
	    max-width: 90px;
	}
	.form .checkbox-text, 
	.form .form-smalltext {
	    font-size: 11px;
	}
	input[type=submit] {
	    font-size: 12px;
	}
	.footer {
	    font-size: 9px;
	}
	.footer-powerby {
	    font-size: 8px;
	}
	html, body {
	    font-size: 13px;
	}
	.backbutton {
	    font-size: 11px;
	}
}

@media screen and (max-width: 349px) {
	.form-style-columnLeft {
	    max-width: 150px;
	}
}