@charset "utf-8";
/* CSS Document */
#seo{display:none;}
form{margin: 0;}
a{
	outline: none; /* for Firefox */
	hlbr:expression(this.onFocus=this.blur()); /* for IE */
	text-decoration: none;
}

*{
	behavior: url("iepngfix.htc"); /*解決IE6 PNG圖檔背景問題*/
}

a img{
	border: 0px;
}

ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background:#eee;
}

.boder{
	border: 1px solid #dddddd;
	padding: 3px;
}
#title{
	float: left;
	border: 1px solid #767676;
	background: url(../images/bg_logintitle.jpg) no-repeat center center;
	padding: 0 14px;
	width: 300px;
	height: 27px;
	color: #fff;
	font-size: 13px;
	line-height: 27px;
	margin-bottom: 5px;
}
.list{
	float: left;
	padding-left: 14px;
	padding: 8px 5px 8px 14px;
	color: #4a4a4a;
	font-size: 12px;
}
.line{
	border-top: 1px solid #ddd;
}
.bt{
	float: right;
	padding: 1px;
	margin: 10px 5px 5px 5px;
	border: 1px solid #ccc;
}
.bt a{
	float: right;
	background: url(../images/bg_bt.jpg) repeat-x;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
}
.bt a:hover{
	background: url(../images/bg_bt_h.jpg) repeat-x;
}
.bt_down{
	float: right;
	padding: 1px;
	margin-right: 5px;
	border: 1px solid #ccc;
}
.bt_down a{
	float: right;
	background: url(../images/bg_bt.jpg) repeat-x;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 0 15px;
}
.bt_down a:hover{
	background: url(../images/bg_bt_h.jpg) repeat-x;
}

