@charset "utf-8";
body {
	background-color:#999;
	margin:0px;
}
body,td,th {
	font-size:14px;
	font-family:"微軟正黑體", "新細明體", Arial;
	color: #FFF;
}
input {
	font-size:14px;
	font-family:"微軟正黑體", "新細明體", Arial;
}
a {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
	color:#80BFFF;
}
.bar {
	padding-bottom:5px;
}
.lable {
	margin-right:1px;
	padding-left:1px;
}
.gadget .headerText {
	font-weight:bold;
	color:#FFFFFF;
}
.gadget form {
	background:#EEE;
	border-bottom:solid 1px #09F;
}
.gadget td {
	color:#000000;
}