@charset "utf-8";
/* Class */
form {
  width: 60%;
  margin: auto;
  min-width: 9rem;
}

input, textarea {
  float: left;
  width: 100%;
  max-width: 100%;
  border: none;
  margin: 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background: #e0e0e0;
  color: #7a7a7a;
}
input[type=submit], textarea[type=submit] {
	background: rgba(0,134,40,1.00);
	color: #FAEE00;
	width: auto;
	float: right;
}
input{
	background: white;
}
input::placeholder, textarea::placeholder {
  color: #7a7a7a;
}
input.error, textarea.error {
  background: #AD4747;
  color: #fff;
}
input.error::placeholder, textarea.error::placeholder {
  color: black;
}

textarea {
  height: 10rem;
	background: white;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff");
}

h1{
	font-size: 30px;
	font-family: vdl-lineg, sans-serif;
	color: #FAEE00;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin: 10px 0 0;
	padding: 0 20px;
}
h2{
	font-size: 15px;
	font-family: vdl-lineg, sans-serif;
	color: #FAEE00;
	font-weight: normal;
	text-align: center;
	position: relative;	
	margin: 5px 0 0;
	padding: 0 20px;
}


#formWrap {
	width:1000px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid rgba(0, 0, 0, 0.22);
	padding:10px;
}
table.formTable th{
	width:50%;
	font-weight:normal;
	background:rgba(0, 0, 0, 0.22);
	text-align:left;
}
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
.top{
	height: 100px;
	height: 90px;
}

.box-shadow{
	width: 100%;
	height: 500px;
	padding: 0.5em 1em;
	margin: 0em 0;
	color: #FAEE00;
	border-top: solid 1px #FAEE00;
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.22);
}
.box-shadow p{
	margin: 0; 
	padding: 0;
}
option{
	font-family: vdl-lineg, sans-serif;
}
input {
	font-family: vdl-lineg, sans-serif;
}
textarea{
	font-family: vdl-lineg, sans-serif;
}
input[type=submit]{
	font-family: vdl-lineg, sans-serif;
}