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

input[type="text"], input[type="tel"], input[type="email"], textarea, select, option, fieldset.elist ul, fieldset.elist > legend, fieldset.elist input[type="text"], fieldset.elist > legend:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"], input[type="tel"], input[type="email"] {
  padding: 0 10px;
}



input[type="submit"] {
	background-color: rgba(232,92,29,0.70);
	padding:7px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px #888888 solid;
	font-size: 20px;
	color: white;
	margin-left: 235px;
	width: 100%;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	background-color: rgba(232,92,29,1.00);
	cursor:pointer;
	padding:7px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0px #A4A4A4 solid;
	font-size: 20px;
	color: white;
	-webkit-appearance: none;
}

textarea {
	width: 100%;
	height: 100px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #cccccc solid;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 24px;
//	background-color: #ECECEC;
	background-color: #e9eaee;
}


input[type="text"], input[type="tel"], input[type="email"], fieldset.elist ul, select, fieldset.elist > legend {
  border: 1px #cccccc solid;
//  background-color: #ECECEC;
  background-color: #e9eaee;
  margin-bottom: 8px;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="textarea"], fieldset.elist, select, fieldset.elist > legend {
  height: 30px;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}


input[type="text"], input[type="tel"], input[type="email"], fieldset.elist {
  width: 100%;
}

input[type="text"]:focus, textarea:focus, select:focus, fieldset.elist > legend {
  border: 1px #999999 solid;
}

fieldset {
  border: 1px #999999 solid;
}

/* Editable [pseudo]select (i.e. fieldsets with [class=elist]) */

fieldset.elist {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: visible;
  padding: 0;
  margin: 0;
  border: none;
}

fieldset.elist ul {
  position: absolute;
  width: 100%;
  max-height: 320px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: transparent;
}

fieldset.elist:hover ul {
  background-color: #ffffff;
  border: 1px #127A98 solid;
  left: 2px;
  overflow: auto;
}

fieldset.elist ul > li {
  list-style-type: none;
  background-color: transparent;
}

fieldset.elist label {
  display: none;
  width: 100%;
}

fieldset.elist input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

fieldset.elist > legend {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  position: absolute;
  width: 100%;
  cursor: default;
  line-height: 30px;
  font-style: italic;
}

fieldset.elist:hover > legend {
  position: relative;
  overflow: hidden;
}

fieldset.elist > legend:after {
  width: 20px;
  content: "\2335";
  float: right;
  text-align: center;
  border-left: 2px #cccccc solid;
  font-style: normal;
  cursor: default;
}

fieldset.elist ul input[type="radio"] {
  display: none;
}

fieldset.elist input[type="radio"]:checked ~ label {
  display: block;
  width: 100%;
  background-color: #ffffff;
}

fieldset.elist:hover input[type="radio"]:checked ~ label {
  width: 100%;
}

fieldset.elist:hover label {
  display: block;
  height: 700px;
}

fieldset.elist:hover input[type="radio"]:checked ~ label {
  background-color: #e9eaee;
}