﻿/* 表單1 */
/*  全域設定 */

/*URL*/
a:hover{
	text-decoration:underline;
	color:#0000FF
}

a:link{
	text-decoration:none;
	color:#0000FF;
}

.form1 {
	clear: both;
	float: none;
	width: 711px;
	margin: 0 auto;
	font-size: 13px;
}

/* 表單 - 檔頭 */

.form1 .header {
	clear: both;
	float: none;
	width: 100%;
	height: 24px;
	background-image: url(./form_bg.jpg);
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

/* 表單 - 內容 */

.form1 .body {
	border-left: 1px solid #c9d5e1;
	border-right: 1px solid #c9d5e1;
}

.form1 .body .table {
	width: 100%;
}

.form1 .body .title {
	color: #333;
	background-color: #F1F8E0;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
}

.form1 .body .title td {
	padding: 3px 3px;
}

.form1 .body .label {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
	height: 25px;
	padding: 5px 3px;
}

.form1 .body .ctrl {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}

/* 表單 - 檔腳 */

.form1 .footer {
	clear: both;
	float: none;
	width: 100%;
	height: 25px;
	color: #7D7D7D;
	background-color: #E9F2F8;
	font-size: 13px;
	text-align: center;
	margin: 0px;
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c9d5e1;
	border-bottom-color: #c9d5e1;
	border-left-color: #c9d5e1;
}

/* 表單2 */

.form2 {
	clear: both;
	float: none;
	width: 711px;
	margin: 0 auto;
	font-size: 13px;
}

/* 表單 - 檔頭 */

.form2 .header {
	display: none;
}

/* 表單 - 內容 */

.form2 .body {
	border: 0px;
}

.form2 .body .table {
	width: 100%;
}

.form2 .body .title {
	display: none;
}

.form2 .body .label {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
	height: 25px;
	padding: 10px 5px;
}

.form2 .body .ctrl {
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}

/* 表單 - 檔腳 */

.form2 .footer {
	display: none;
}

/* 表單3 */

.form3 {
	font-size: 12px;
	width: 470px;
	margin: 0 auto;
}

.form3 .header table {
	width: 100%;
}

.form3 .header table .left {
	background-image: url(./t_l.jpg);
	width: 150px;
	height: 32px;
}

.form3 .header table .center {
	background-image: url(./t_c.jpg);
	width: 100%;
	text-align: center;
}

.form3 .header table .right {
	background-image: url(./t_r.jpg);
	width: 15px;
}

.form3 .body .title {
	background-color: #F1F8E0;
	font-size: 13px;
}

.form3 .body .title .label {
	background-color: #F1F8E0;
	width: 100px;
}

.form3 .body .title .ctrl {
	background-color: #F1F8E0;
	width: 135px;
}

.form3 .body {
	border-left: 1px solid #c9d5e1;
	border-right: 1px solid #c9d5e1;
}

.form3 .body table .label {
	text-align: right;
	height: 40px;
	color: #666;
}

.form3 .body table .space {
	padding-bottom: 10px;
}

/* 表單 - 檔腳 */

.form3 .footer {
	padding-top: 8px;
	text-align: center;
	height: 30px;
	background-color: #E9F2F8;
	border: #c9d5e1 1px solid;
}

/* 問答 */

.ans {
	display: block;
	padding-bottom: 10px;
	width: 740px;
	margin-top: 20px;
}

.ans ul {
	display: block;
	border: #CCCCCC 2px dotted;
	padding: 10px;
}

.ans ul p {
	margin-top: 20px;
}

/*問題*/

.ans_q {
	display: block;
	background-image: url(./btn_bg01.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 40px;
	border-bottom: #CCCCCC 1px dotted;
	color: #069;
}

/*原因*/

.ans_a {
	display: block;
	background-image: url(./btn_bg02.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 40px;
	border-bottom: #CCCCCC 1px dotted;
	color: #066;
	background-position: 0px 5px
}

/*解決方案 內容*/

.ans_c {
	display: block;
	background-image: url(./btn_bg03.gif);
	background-repeat: no-repeat;
	padding: 10px 0 20px 40px;
	color: #066;
	background-position: 0px 10px
}
