form {
  width: 100%;
  float:left;
  position: relative;
  background: #fff;
  padding: 5% 9%;
  border: 1px solid #ccc;
}

/* Give form elements consistent margin, padding and line height */

form ul {
  list-style: none;
  margin: 0;
  padding: 0%;
  float:left;
  position: relative;
  width:100%;
}

form ul li {
  margin: 1% 0;
  padding: .5%;
  float:left;
  width:100%; 
}

/*form * {
  line-height: 1em;
}*/

form ul li span{
  margin: 1.6% 0 0em 1%;
  padding: 0;
  float:left;
}


/* Form heading */

form h1 {
  margin: 0.8em 0 .5em 0;
  padding: 0;
  text-align:;
  font-size:2em;
  color:#00A29A;
}


/* Give each fieldset a darker background, dark curved border and plenty of space */

fieldset {
  padding: 0px;
  margin: 0 0 0% 0px;
  width:100%;
  float: left;
}


/* Give each fieldset legend a nice curvy green box with white text */

legend {
  color: #fff;
  background: #8fb98b;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  padding: 1%;
  margin: 0%;
  width: 100%;
  border: 2px solid #593131;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


/* The field labels */

label {
  display: block;
  float: left;
  clear: left;
  width: 100%;
  padding:1% 0 0 0 ;
  margin: 1% 0%;
  font-size:20px;
  font-weight: bold;
}


/* Style the fields */


input, textarea {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;  
  padding: .6%;
  position: relative;
  font-weight:600;
  color:#666;
}

textarea {
  width:100%;
  font-size: 16px;
  height: 9em;
  padding: 1.7%;
}


input[type="text"],input[type="email"] {
  
  font-size:16px;
  clear:none;
  position:relative;
  float:left;
  margin:0% 0 0 0;
  padding: 2% 3.5%;
  
}

input[type="search"] {

  font-size:.9em;
  height: 3em;
  clear:none;
  position:relative;
  width:auto;
}


/* Place a border around focused fields, and hide the inner shadow */

form *:focus {
  border: 1px solid #09F;
  outline: none;
  box-shadow:0px 0px 3px #06C;
  background:#FFF;
 
}




/* Submit button */

input[type="submit"] {
  margin: 3% auto;
  padding: 1.2% 2%;
 /* border-radius:1px;*/
  /*box-shadow: 0px 0px 2px #dcdcdc;*/
  color: #fff;
  background:#595757;
  font-size: 20px;
  width: 70%;
  letter-spacing: 3px;
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
    -o-transition:color .3s linear,background .3s linear;
  -webkit-transition:color .3s linear,background .3s linear;
  -moz-transition:color .3s linear,background .3s linear;
  transition:color .3s linear,background .3s linear
}

input[type="submit"]:hover, input[type="submit"]:active {
  cursor: pointer;
  background: #000;
  color: #FFF;
}

input[type="submit"]:active {
   background: #000;

}


.error{
  color:#f35;
  font-size: 12px;
  margin: 0 0;
}




@media (min-width:768px) {
  
}

@media (min-width:992px) {
  input[type="submit"] {
    width: 25%;
  }
}

@media (min-width:166px) {

}

@media (min-width:1600px) {


  
}