form {
  width: 100%;
  float:left;
  position: relative;
  /*background: #f00;*/
  padding: 0% 0%;
  border: 0px;
  margin: 3% 0;
}

/* 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: 0%;
  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:96%;
  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;
 
  width: 100%;
 /* padding:1% 0 0 0 ;*/
  margin: 0% 0%;
  font-size:18px;
  /*font-weight: bold;*/
}


/* Style the fields */


input, textarea {
  display: block;
  border: 0px solid #ccc;
  /*border-radius: 3px;*/  
  padding: 0%;
  position: relative;
  /*font-weight:600;*/
  color:#666;
  background: #efefef;
}

textarea {
  width:100%;
  font-size: 16px;
  height: 9em;
  padding: 1.7%;
}


input[type="text"] {
  
  font-size:20px;
  clear:none;
  position:relative;
  float:left;
  margin:0% 0 0 0;
  padding: 1.3% 2%;
    font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
}

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: 1% auto;
  padding: 1% 0%;
  border-radius:3px;
  /*box-shadow: 0px 0px 2px #dcdcdc;*/
  color:#5eb8ce;
  background:none;
  font-size: 20px;
  width: 70%;
  letter-spacing: 3px;
  border:2px solid #5eb8ce;
    font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
	
	  text-decoration: none;
  color: #3cb5f9;
  -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: #5eb8ce;
  color: #FFF;
}

input[type="submit"]:active {
   background: #5eb8ce;

}


.error{
  color:#f35;
  font-size: 12px;
  margin: 0 0;
}



@media (min-width:768px) {
  
}

@media (min-width:992px) {
  input[type="submit"] {
    width: 20%;
	padding: .5% 0%;
  }
}



@media (min-width:1600px) {


  
}