@charset "gb2312";
body {
	background: url('bg.gif') center top;
	margin: 0px;
}
img{
	border:0px;
}
a,td{
	font-size:12px;
}
span{
	cursor:pointer;
}
.text{
	line-height:20px;
	color:#660000;
}
.red{
	color:#FF0000;
}
#list{
	border-bottom:1px solid #330000;
	border-right:1px solid #330000;
}
#list td{
	border-top:1px solid #330000;
	border-left:1px solid #330000;
	background-color:#f5e9db;
	padding:3px;
	text-align:center;
	color:#660000;
}

#list2{
	border-bottom:1px solid #330000;
	border-right:1px solid #330000;
}
#list2 td{
	border-top:1px solid #330000;
	border-left:1px solid #330000;
	padding:3px;
	text-align:left;
	color: red;
}

.btn {
	border: 1px solid #6DB7E6;
	background-color: #ffffff;
	font-size: 12px;
	padding-top: 2
}
