@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);   /* 思源黑體*/

body {	font-family: "Noto Sans TC","Source Sans Pro", Helvetica, sans-serif;font-size:15px; color:#111; font-weight:300; margin:0; padding:0	}


input,
textarea {
    border:1px solid #999;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
	background: #fff;
    color: #000;
    font-size: 15px;
    height: auto;
    padding: 3px 5px;
	margin: 0;	
    resize: none;width:100%;
}

input { 
   line-height:20px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="checkbox"] { width: 18px;  }.

textarea {
    height:90px ;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

.submit {
    background: #555;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    width: auto;
	margin: 10px 5px 0 0; border:#AFAFAF 2px solid;
	
	-webkit-transition: background 0.6s linear 0s, color 0.6s linear 0s;	
	   -moz-transition: background 0.6s linear 0s, color 0.6s linear 0s;
		 -o-transition: background 0.6s linear 0s, color 0.6s linear 0s;
		    transition: background 0.6s linear 0s, color 0.6s linear 0s;
			

}

.submit:hover {
    background: #D93833; border:#D93833 2px solid;
    
	-moz-border-radius: 7px;   
-webkit-border-radius:7px;
border-radius:7px;
-webkit-transition:All 0.50s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease;
}

#response {
	margin-top: 20px;
	color: #FFFFFF;
}

.red { color:#F00}
select { max-width:150px ;font-family: "Noto Sans TC","Source Sans Pro", Helvetica, sans-serif;font-size:15px; color:#111; font-weight:100;}

@media screen and (max-width: 640px) {
	
	table td.text { width:100px; padding-right:5px;}
	.submit { width:60px; display:inline-block; padding: 5px 0; }
	input,textarea {   }
	
}