/* CSS Document */
body {
	background-image:url(../../images/indexbg2.jpg);
	color:#555555;
}

input {
	border:1px solid #333333;
	background-image:url(../images/input.gif)
}

.copyright{
	font:Arial, "細明體", "新細明體";
	font-size:12px;
	color: #999999;
	text-align: center;
}

.copyright span{
	float: right;
	margin-right: 10px;
}

.filed_style1 {
	background-image:url(../images/filed_style1.png);
	width:218px;
	height:39px;
	padding-left:7px;
	padding-top:0px;
	text-align:center;
	vertical-align:middle;
	overflow: hidden;
	font-family: Arial, "細明體", "新細明體";
	color: #666666;
}

.filed_style2 {
	font:Arial, "細明體", "新細明體";
	background-image:url(../images/filed_style2.png);
	width:218px;
	height:81px;
	padding-left:7px;
	padding-top:0px;
	text-align:center;
	vertical-align:top;
	overflow: hidden;
	color: #666666;
}

a {
	font-family: Arial, "細明體", "新細明體";
	text-decoration: none;
	color: #333333;
}

a:hover {
	color:#CC3300;
}

.tb{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.tb tr{
}
.tb tr td{
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}