@charset "utf-8";
/* CSS Document */

input.rounded {
	border: 1px solid #000;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 8px #666;
	-webkit-box-shadow: 1px 1px 8px #666;
	box-shadow: 1px 1px 8px #666;
	font-size: 16px;
	padding: 2px 4px;
	outline: 0;
	-webkit-appearance: none;
}
input.rounded:focus {
	border: 2px solid  rgba(72, 106, 195, 0.7);
}


textarea.rounded {
	border: 1px solid #000;
	background-color: #FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 8px #666;
	-webkit-box-shadow: 1px 1px 8px #666;
	box-shadow: 1px 1px 8px #666;
	font-size: 14px;
	padding: 2px 4px;
	outline: 0;
	-webkit-appearance: none;
}
textarea.rounded:focus {
	border: 2px solid  rgba(185, 16, 44, 1);
}



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

.form_left_30_percent {
	float: none!important;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	height: auto;
	text-align: left;
	width: 90%;

 }
  
    
  .location_left_30_percent {
	float: left;
	margin-left: 8px;
	height: auto;
	text-align: left;
	width: 48%;

 }
}

@media screen and (min-width: 801px) {

.form_left_30_percent {
	float: left;
	margin-left: 8px;
	height: auto;
	text-align: left;
	width: 32%;

 }
  
  .location_left_30_percent {
	float: left;
	margin-left: 8px;
	height: auto;
	text-align: left;
	width: 32%;

 }
}


@media screen and (max-width: 600px) {
	    
  .location_left_30_percent {
	float: none!important;
	max-width:280px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	text-align: left;
	width: 90%;

 }
	
}