
@import url("reset.css");

/*表單樣式區*/


ul.FORM p{/*反饋紅字*/
	font-size:1em;
	color:#cc0000;
	font-weight:bold;
	}

ul.FORM{
	clear:both;
	width:100%;
	margin:0 auto;
	}
ul.FORM li{
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	margin-bottom:8px;
	}
::-webkit-input-placeholder {
	font-size: 1em;
	color: #999;
	}
::-moz-placeholder {  /* Firefox 19+ */
	font-size: 1em;
	color: #999;
	 }
	
span.icon_clear{
	position: absolute;
	right: 0px;
	width: 25px;
	height: 25px;
	display: none;
	top: 7px;
	right:8px;	
	cursor: pointer;
	font: bold 1em sans-serif;
	color: #38468F;
	text-indent: -9999px;
	background-image:url(../images/x_icon.png);
	background-size:25px 25px;}
.styled-select{
  	width: 100%;
   	height: 40px;
   	overflow: hidden;
   	background: url(../images/select_icon.png) no-repeat right #fff;
   	background-size:15px 15px;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-position:right 10px center;
	}
.styled-select select{
   	background: transparent;
   	width:100%;
	height: 40px;
	font-size: 1em;
	padding-left:6px;
   	border: 1px solid #999;
   	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance:none;
	appearance:none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family:Arial, Helvetica, "微軟正黑體", sans-serif;}
.styled-select select::-ms-expand {display: none;}	
	
	
/*submit按紐	*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
	}
	
	

/*圓角選項*/

.radio{
	margin-bottom:10px;
	}

.radio label{  
    display: inline-block;  
    cursor: pointer;  
    position: relative;  
    padding-left: 25px;/*文字離框框距離*/
	padding-top:10px;/*文字上方離框框距離*/
	}  
.radio input[type=radio] {  
    display: none; 
	}
.radio label:before {  
    content: "";
	display: inline-block;  
	width: 20px;  
    height:20px;  
	margin-right: 10px;   
    position: absolute;  
    left:0px;  
	top: 10px;
  	background-color: #aaa;  
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);}

.radio label:before { 
    border-radius: 20px;} 

input[type=radio]:checked + label:before {  
    content: "\2022";  
    color: #ffffff;  
    font-size: 35px;  
    text-align: center;  
    line-height: 20px;
	}
	
.radio input[type=radio] {  
    display: none; 
	}



	

	
	


/*方形選取方塊*/
.checkbox{
	margin:8px auto;
	}

input[type=checkbox] {
	display: none;
	}
.checkbox label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;/*文字離框框距離*/
	}
.checkbox label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right:10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #999;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
	}
.checkbox label {
	margin-bottom: 10px;
	margin-left:10px;
	
	}
.checkbox label:before {
	border-radius: 3px;
	}

input[type=checkbox]:checked + label:before {
	content: "\2713";
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 18px;
	}


/*搜尋BAR*/
 