body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url(../images/login_bg1.jpg) repeat-x;
	font-size: 12px;
	color: #545454;
	background-color:#ECF5FF;
}
div, form, img, ul, ol, li, dl, dt, dd
{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}
table, td, tr, th
{
	font-size: 12px;
}
li
{
	list-style-type: none;
}
/* ÏXÕ†•v¼¿ */
a:link
{
	text-decoration: none;
	color: #545454;
}
a:visited
{
	text-decoration: none;
	color: #545454;
}
a:hover
{
	text-decoration:underline;
	color: #ff6600;
}
a:active
{
	text-decoration: none;
	color: #545454;
}
/* õÂ¼«•v¼¿ */
.cGreen
{
	color: #1d7b01;
}
.cRed
{
color:#FF0000;
}
.cHui
{
	color: #999999;
}
.cHei
{
	color: #000;
}
.cHuang
{
	color: #FEFF99;
}
.cWhite
{
	color: #FFFFFF;
}
.cZhong
{
	color: #FA5200;
}
.cBlue
{
	color: #0066FF;
}
/* õÂ¼«’Y‚m */
.fB
{
	font-weight: bold;
}
.fI
{
	font-style: italic;
}
/* õÂ¼«äÎÜÖ*/
.f12px
{
	font-size: 12px;
}
.f14px
{
	font-size: 14px;
}
.f16px
{
	font-size: 16px;
}
.f18px
{
	font-size: 18px;
}
/* ?Ûæ’Y‚m */
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
	font-size: 0px;
	width: 0px;
	visibility: hidden;
}
.clear2:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hidden
{
	display: none;
}
.unLine, .unLine a
{
	text-decoration: none;
}
.noBorder
{
	border: none;
}
.btn
{
	height: 20px;
	width: 63px;
	color: blue;
	background-image: url( "../Images/loginbtn_bg.gif" );
	border: 0 solid;
	cursor:pointer;
	font-size:12px;
}