* {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

body {
	font: 12px "ËÎÌå";
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #F30;
	text-decoration: underline;
}

input {
	padding: 0px;
	margin: 0px;
	line-height: 26px;
}

tr {
	
}

td {
	height:40px;
	line-height:40px;
}

.txtbox {
	height: 25px;
	line-height: 25px;
	width: 200px;
	background:url(../images/bg_form.gif) no-repeat;
	font-size:14px;
	color: #069;
	font-family:Verdana, Geneva, sans-serif;
}
.txtbox2 {
	height: 25px;
	line-height: 25px;
	width: 70px;
	background:url(../images/bg_form2.gif) no-repeat;
	font-size:14px;
	color: #069;
	font-family:Verdana, Geneva, sans-serif;
}
.bfont {
	text-align: right;
	width: 60px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

;
#login {
	width: 400px;
	height: 100%;
	overflow: hidden;
	margin: 0px auto;
}



#title {
	width: 400px;
	height: 25px;
	line-height: 25px;
	color: #F60;
	font-weight: 700;
	text-align: center;
	margin: 0px auto;
	font-size:14px;
	font-weight:normal;
}

#loginbox {
	width:300px;
	margin: 10px 5px;
	float: left;
	display: inline;
}

#btnlogin {
	width: 55px;
	height: 60px;
	margin: 10px 5px;
}

#forget {
	width: 200px;
	margin: 0px auto;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

#forget span {
	width: 80px;
	display: inline;
	margin: 0px 10px;
}

A.g2y:hover { color:#f00; text-decoration: underline; font-size:12px; } 
A.g2y:link { color:#000; text-decoration: none; font-size:12px; } 
A.g2y:visited { color:#000; text-decoration: none; font-size:12px;}