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

#inquiry {
	width: 100%; /* 指定區塊寬度 */
}
#inquiry table {
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	padding: 3px;
}
#inquiry th {
	font-weight: normal;
	/*padding: 5px;*/
	width: 160px;
}
#inquiry table tr td .zip {

}
#inquiry th{
	width:200px !important;
	text-align:left;
}
#inquiry th.must {
	border-left-color: #DC6E30;
}
#inquiry th em {
	font-style: normal;
	color: #F00;
	padding-left: 5px;
}
#inquiry .textps {
	color: #F00;
	font-weight: bold;
	text-align: right;
}
.text1,.text2,.text3,.text4 ,.text5{
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 60px;
	color: #172A88;
}
.text2 {
	width: 4em;
	color: #172A88;
}
.text3 {
	width: 98%;
	color: #172A88;
}
.text4 {
	width: 98%;
	color: #172A88;
}
.text5 {
	width: 50%;
	color: #172A88;
}

#inquiry ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#inquiry li {

}

#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	background-color: #FFFFFF; /* 指定游標移入欄位時的欄位底色 */
	border-top-color: #E47732;
	border-right-color: #E47732;
	border-bottom-color: #E47732;
	border-left-color: #E47732;
}
#inquiry #countsprytextarea1 {
	color: #F00;
}
#inquiry #sprytextarea1 p {
	color: #999;
	margin: 0px;
	padding: 0px;
}
#inquiry table tr .im  {
	color: #F00;
}
#inquiry .text {
	line-height: 2em;
	margin-top: 1em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 0.5em;
	padding-bottom: 1px;
}
#inquiry .text ul li {
	margin-left: 1.5em;
	list-style-type: circle;
}
#inquiry .text font {
	font-family: Arial, Helvetica, sans-serif;
	color: #06F;
	font-weight: bold;
}
#inquiry .textps span {
	font-size: 0.8em;
	color: #666;
}
#message {
	font-size: 1em;
	color: #172A88;
}


.sendbtn {
	padding-top: 1em;
	padding-bottom: 1em;
}
.submit #clear {
	background-image: url(../images/btn_replay.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 91px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	background-color: #FFF;
	color: #FFF;
}
.submit #send {
	background-image: url(../images/btn_send.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 91px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	color: #FFF;
}
