.box{
  margin: 20px 0;
  padding: 0 5px;
}

.form{
  margin: 30px 0;
}


form {
  padding: 0px 0px;
}


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

form ul {
  list-style: none;
  margin: 0;
  padding: 0%;
}

form ul li {
  margin: 0px 0;
  padding: 5px 5px;
  float:left;
  width:100%;
  border-bottom:1px solid #eee; 
}


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

form *:focus {
  border: 1px solid #ff9600;/*09f*/
  outline: none;
  /*box-shadow:0px 0px 3px #06C;*/
  box-shadow: #f3f3f3 4px 4px  10px inset;
  background:#fff;
  -o-transition:color .3s linear,background .3s linear,border .3s linear;
  -webkit-transition:color .3s linear,background .3s linear,border .3s linear;
  -moz-transition:color .3s linear,background .3s linear,border .3s linear;
  transition:color .3s linear,background .3s linear,border .3s linear;
}


/* 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 30px 0;
  border: 0px solid #aaa;
  border-radius: 3px;
  background:#fff;
  box-shadow:0px 0px 10px #dcdcdc;
  width: 100%;
  overflow:hidden;*/
  padding: 0 0%;
}


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

legend {
  color: #252c35;/*454545*/
  background: #efefef;
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-size: 20px;
  text-align: left;
  padding: 0% 1%;
  line-height: 40px;
  margin: 0%;
  width: 100%;
  /*border-bottom: 1px solid #bbb;*/
  border-radius: 0px;
}


/* The field labels */

/*label,label p,label span{
  display: block;
  float: left;
  text-align: left;
  clear: both;
  margin: 0%;
}*/

.houseown ul li label{
  color: #fff;
}

.label {
  /*width: 30%;*/
  min-width: 160px;
  display:inline-block;
}

/* Style the fields */
input::placeholder{
  color:#aaa;
  line-height: 18px;
}

input, textarea {
  display: block;
  margin: 0;
  border: 1px solid #999;
  border-radius: 3px;  
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: none!important;
    background-image: none!important;
    color:inherit!important;
}
/* SELECT
-------------------------------------------------------*/
select {
  padding: 0%;
  position: relative;
  margin: 0;
  border-radius:3px;
  font-size:1em;
  color:#999;
  border: 1px solid #999;
  float: left;
  /*font-family:Microsoft JhengHei,STHeiti;/*"Ubuntu"sans-serif*/

}

select:focus {
/*  border: 1px solid #09F;
  outline: none;*/
  /*box-shadow:0px 0px 3px #06C;*/
  box-shadow:  0px 0px  0px ;
 /* background:none;
  -o-transition:color .3s linear,background .3s linear,border .3s linear;
  -webkit-transition:color .3s linear,background .3s linear,border .3s linear;
  -moz-transition:color .3s linear,background .3s linear,border .3s linear;
  transition:color .3s linear,background .3s linear,border .3s linear;*/
}
.input,.select{
  padding: 13px 15px;

  -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
}


textarea {
  font-size: 1em;
  width:100%;
  min-height:210px;
  clear:none;
  position:relative;
  float:left;
  margin:0% 0 0 0;
  color: #666;
  height:250px!important;
}

input[type="text"] {
  
  font-size: 1em;
  clear:none;
  position:relative;
  margin:0% 0 0 0;
  color: #666;
  box-shadow: 0px 0px 0px;
  border:1px solid #fff;
  background: #fff;
  border:1px solid #ccc;
}

input[type="email"] {
  
  font-size: .95em;
  clear:none;
  position:relative;
  margin:0% 0 0 0;
  color: #666;
  box-shadow: 0px 0px 0px;
  border:1px solid #ccc;
}

input[type="text"]:disabled {
  
  font-size:16px;
  clear:none;
  position:relative;
  float:left;
  margin:0% 0 0 0;
  color: #666;
  box-shadow: #f3f3f3 0px 0px  0px inset;
  border:0px solid;
  background: none;
  padding: 0%
}

input[type="text"]:read-only {
  
  font-size:16px;
  clear:none;
  position:relative;
  float:left;
  margin:0% 0 0 0;
  color: #666;
  box-shadow: #f3f3f3 0px 0px  0px;
  border:0px solid;
  background: none;
  font-size: .95em;
  color: #343434;
}

input[type="file"] {
  
  font-size: .9em;
  clear:none;
  position:relative;
  float:left;
}

input[type="search"] {

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

/* CHECKBOX 
------------------------------------------------------------*/

input[type="checkbox"] {
  margin:0% 0 0 0%;
  width:20px;
  height:20px;
  float:left;
}
input[type=checkbox]:checked + label {
  font-style: normal;
}

/*RADIO
-----------------------------------------------------------*/

input[type="radio"] {
  margin:1% 0 0 1%;
  width:26px;
  height:26px;
  padding: 10px;
  border: 2px solid #593131;
  box-shadow: 0 0 .5em rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, 0);
  color: #fff;
  background: #593131;
  float:left;
}
input[type=radio]:checked  {  
  color: #f35;  
  font-size: 30px;  
  text-align: center;  
  line-height: 18px;  
}  

/* Submit button
-------------------------------------------------------*/

input[type="submit"] {
  margin: 0px auto;
  padding: 10px 40px;
  border: 1px solid;
  border-radius: 3px;
  box-shadow: 0px 0px 0px #dcdcdc;
  background: #00AAFF;
  border-color: #00a0f0;
  color: #fff;
  font-size: 15px;
  float:none;
}

input[type="submit"]:hover{
  cursor: pointer;
  background: #0073aa;
}

input[type="submit"]:active {
  background:#0091cd;
  margin: 0px 0;

}

/* RESET
---------------------------------------------------------*/
input[type="reset"] {
  margin: 0.5% 0 0.5% 2%;
  width: auto;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 0px 2px #dcdcdc;
  color: #333;
  background:#a99788;
  font-size: 1em;
  font-weight: bold;
  float:left;
}

input[type="reset"]:hover, input[type="reset"]:active {
  cursor: pointer;
  background: #40210f;
  color: #FFF;
}

input[type="reset"]:active {
  background:#40210f;

}

/*-------------------------------------------------------- 
BUTTON
---------------------------------------------------------*/
input[type="button"] {
  margin: 15px 0;
  padding: 7px 22px;
  border: 1px solid;
  border-radius: 3px;
  box-shadow: 0px 0px 0px #dcdcdc;
  background-color: #fafafa;
  border-color: #ddd;
  color: #333;
  font-size: 15px;
  float:left;
}

input[type="button"]:hover{
  cursor: pointer;
  background: #333;
  color: #fff;
}

input[type="button"]:active {
  background:#333;
  color: #fff;
  margin: 16px 0;

}

input[type="button"]:disabled,input[type="button"]:disabled:hover {
  margin: 2% 0;
  padding: .4% 1%;
  border: 1px solid #999;
  border-radius: 3px;
  color: #454545;
  background: #dfdfdf;
  font-size: 14px;
  float:left;
  position:relative;
  cursor: default;
}


.selectpic{
  background-image: url(../../image/uploadb.png);
  background-color: #eee;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /*width: 40px;
  height: 40px;*/
  border: none;
  color: white;
  padding: 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0 0 5px!important;
  cursor: pointer;
  float: left;
}

.selectpic:hover,.selectpic:active{
  cursor: pointer;
  background-color: #0073aa;
  background-image: url(../../image/uploadb-w.png)!important;
  box-shadow: 0px 0px 0px ;
}



.now{
	margin:2% 0 0 0;
	border:4px solid #f2f2f2;
	border-radius:5px;
	box-shadow:2px 2px 4px #999;


}


/*TABLE樣式*/

.tables{
  padding: 10px 25px 15px 25px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}



/*LINK樣式*/

.link{
  padding: 6px 16px;
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


.consultation input[type="checkbox"],
.consultation input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.consultation label {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
  min-width: 20px;
  min-height:20px;
  z-index: 1;
  color: #131313;
}
.consultation label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  z-index: -1;
}
.consultation input[type="radio"] + label::before {
  border-radius: 18px;
}
/* Checked */
.consultation input[type="checkbox"]:checked + label,
.consultation input[type="radio"]:checked + label {
  padding-left: 10px;
  color: #fff;
  
}
.consultation input[type="checkbox"]:checked + label::before,
.consultation input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background: #00AAFF;/*#2995cc*/
  border: 2px solid #00AAFF;

}
/* Transition */
.consultation label,
.consultation label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

@media (min-width: 1000px) {

    form ul {
    list-style: none;
    margin: 0;
    padding: 0%;
  }
  
}
@media (min-width: 1500px) {
  

}