﻿body 
{
	margin: 0px;
	font-size: 12px;

}
.text
{
	font-size: 12px;
}
a
{
	font-size: 12px;
	color: black;
}
a:hover
{
	color: maroon;
}
.box
{
	border: gray 1px solid;
	background-color: transparent;
}
.nobox
{
	background-color: #dcf1a3;
	border-bottom: #0000ff 1px solid;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
}
.title
{
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
	color: #6aa1d7;
	font-family: 黑体;
}
.title1
{
	text-align: center;
	border-bottom: #93b3c8 1px solid;
	padding: 10px;
	font-size: 20px;
	color: #6aa1d7;
	font-family: 黑体;
	margin-bottom: 10px;
}
.line
{
	border-bottom: #93b3c8 1px solid;
	text-align: right;
	padding: 5px;
	margin:0 auto 10px auto;
}
.line a
{
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.btn
{
	border: #87a3c1 1px solid;
	padding: 4px 8px 2px 8px;
	font-weight: bold;
	background-image: url(images/btnbg.gif);
}
.Clearbtn
{
	font-size: 14px;
	color: red;
	background-color: transparent;
	border:0px;
    text-decoration: none;
    margin:8px;
}
.headbg
{
	background-color: #dce9f9;
	height: 30px;
	text-align: center;
	font-weight: bold;
}
.pagebg
{
	background-color: #dce9f9;
	height: 30px;
	text-align: center;
}
.boxtitle
{
	background-image: url(../images/title.gif);
	height: 26px;
	font-size: 12px;
	padding-top:5px;
}
.money
{
	border: gray 1px solid;
	background-color: transparent;
}
.chkbox
{
opacity: 0;
cursor: pointer;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
