/*
* RESPONSIVE 
*/
@media screen
and (max-width: 360px) {
	div.pph_form div.inputs p input  {
		min-width: 200px;
	}
	div.pph_form div.inputs p {
		padding: 0em 0em;
		margin: 0.5em 0em;
	}
}

@media screen
and (min-width: 361px)
and (max-width: 768px) {
	div.pph_form div.inputs p input  {
		min-width: 240px;
	}
	div.pph_form div.inputs p {
		padding: 0em 0.5em;
		margin: 0.5em 0em;
	}
}

@media only screen
and (min-width : 769px) 
and (max-width : 973px) {
	div.pph_form div.inputs p input  {
		min-width: 300px;
	}
	div.pph_form div.inputs p {
		padding: 0em 1em;
		margin: 0.5em 0em;
	}
}

@media only screen
and (min-width : 974px) 
and (max-width : 1169px) {
	div.pph_form div.inputs p input  {
		min-width: 300px;
	}
	div.pph_form div.inputs p {
		padding: 0em 1em;
		margin: 0.5em 0em;
	}
}
@media only screen
and (min-width : 1170px) {
	div.pph_form div.inputs p input  {
		min-width: 300px;
	}
	div.pph_form div.inputs p {
		padding: 0em 1em;
		margin: 0.5em 0em;
	}
}


div.pph_form {
	position: relative;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding: 1em;	
}
div.pph_form.pph-crn-all,
div.pph_form .pph-crn-all {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
div.pph_form:after {
	content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden;
}
div.pph_form * {
	box-sizing: border-box;
	outline: none;
}
div.pph_form {
	box-sizing: border-box;
}
div.pph_form .title {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
	padding: 0em 1em; 

}
div.pph_form div.inputs {
	display: flex;
	flex-wrap: wrap;
	padding: 0em;
	clear: both;
}
div.pph_form div.inputs p input:focus {
	outline: none;
	text-shadow: none !important;
	background-color: #FFF !important;
}
div.pph_form div.inputs p {
	flex-grow: 1;
}
div.pph_form div.inputs p.required {
	
}
div.pph_form div.inputs p.required label:after {
	content: "*";
}
div.pph_form div.inputs p.row100 {
	width: 100%;
}
div.pph_form div.inputs p.row50 {
	width: calc( 50% - 4em );
}
div.pph_form div.inputs p > label {
	display: block;
}
div.pph_form div.inputs p input  {
	padding: 0.5em 1em;
	margin: 1px;
}
div.pph_form div.inputs p input  {
	width: 100%;
}
div.pph_form div.inputs p.missing input {
	box-shadow: inset 0px 1px 0px 1px #F00, inset 0px -1px 0px 1px #d00;
	background-color: #FFF9F9;
	text-shadow: 4px 4px 4px #FFF, -4px -4px 4px #FFF;
}
div.pph_form p:last-of-type {
	padding: 0em 1em;
	margin: 0.5em 0em;
}
div.pph_form button  {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
	
	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.5), 0px 4px 1px 0px rgba(0,0,0,0.5), 0px 6px 1px 0px rgba(0,0,0,0.5) ; 	
}
div.pph_form button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
div.pph_form button:active {
	position:relative;
	top:1px;
}
div.pph_form button.bxl  {
	padding: 0.9em 2em;
	font-size: 1.2em;
}
div.pph_form div.requiredtext {
	float: left;
	font-size: 0.8em;
}