@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: "微軟正黑體", Arial;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact {
	float: left;
	width: 550px;
	height: 400px;
}
#contact-1 {
	float: left;
	width: 520px;
	margin-top: 15px;
}
#contact-2 {
	text-align: right;
	float: left;
	height: 20px;
	width: 80px;
}
#contact-3 {
	float: left;
	height: 20px;
	width: 430px;
	margin-left: 5px;
}
#contact-4 {
	float: left;
	height: 20px;
	width: 200px;
	margin-left: 15px;
}
#contact-5 {
	float: left;
	height: 70px;
	width: 300px;
	margin-left: 5px;
}
input.short{
	width:400px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	background:#f2f2f2;
	height:16px;
	scrollbar-face-color:#fff; /*長條捲軸顏*/
	scrollbar-highlight-color:#fff;/*捲軸 明亮顏*/
	scrollbar-shadow-color: #515153;/*捲軸陰暗色*/
	scrollbar-3dlight-color:#515153;/*長條捲軸內框線*/
	scrollbar-darkshadow-color:#515153;/*長條捲軸外框線*/
	scrollbar-arrow-color: #515153;/*三角箭頭顏*/
	scrollbar-track-color:#515153;/*長條捲軸軌道背景色*/
	border:#ccc 1px solid;
}
input.short1{
	width:200px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	background:#f2f2f2;
	height:16px;
	scrollbar-face-color:#fff; /*長條捲軸顏*/
	scrollbar-highlight-color:#fff;/*捲軸 明亮顏*/
	scrollbar-shadow-color: #515153;/*捲軸陰暗色*/
	scrollbar-3dlight-color:#515153;/*長條捲軸內框線*/
	scrollbar-darkshadow-color:#515153;/*長條捲軸外框線*/
	scrollbar-arrow-color: #515153;/*三角箭頭顏*/
	scrollbar-track-color:#515153;/*長條捲軸軌道背景色*/
	border:#ccc 1px solid;
}
textarea{
	background:#f2f2f2;
	width:400px;
	float:left;
	height:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	scrollbar-face-color:#fff; /*長條捲軸顏*/
	scrollbar-highlight-color:#fff;/*捲軸 明亮顏*/
	scrollbar-shadow-color: #ccc;/*捲軸陰暗色*/
	scrollbar-3dlight-color:#ccc;/*長條捲軸內框線*/
	scrollbar-darkshadow-color:#ccc;/*長條捲軸外框線*/
	scrollbar-arrow-color: #ccc;/*三角箭頭顏*/
	scrollbar-track-color:#ccc;/*長條捲軸軌道背景色*/
	border:#ccc 1px solid;
}
input.but1{
	width:100px;
	float:left;
	height: 20px;
	background:#42ab3b;
	color:#FFF;
	text-align: center;
	border:none;
	margin-right: 15px;
}
