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

input[type="text"] {
  position: relative;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 15px;
}

select{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative;
	z-index:2;
	display:block;
	width:300px;/* fallback non calc support */
	margin:0;
padding:.6875rem 2.1875rem .6875rem .6875rem;
	background:transparent;
	outline:none;
	font-size:16px;
	font-size:1rem;
	line-height:1.5;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding-top: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-left: 10px;
}
input[type="date"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 15px;
}

input[type="month"] {
  position: relative;
  padding: 0 10px;
  width: 200px;
  height: 40px;
  background: transparent;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 15px;
}

#zip {
	width:200px}
#school {
	width:300px}
#message {
	width: 100%;
	  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  border-radius: 15px;
padding:5px;
	
	}
	
.contact_submit {
	text-align:center;
	margin-top:20px;
	}
	
	
