body{
	background: #000;
	margin:0;
	padding:0;
}
td{
	font-family: Tahoma, Arial, Verdana;
	color:#666666;
	font-size:11px;
}
.bgTit{
	background-image:url(../img/bg_tit.jpg);
	background-repeat: no-repeat;
	height:35px;
}
#Tit{
	color:#ffffff;
	padding-left:15px;
	letter-spacing:1px;
	font-size:20px;
	position:absolute;
	font-size:14px;
	color:#ffff99;
	padding-top:9px;
	padding-left:70px;
}
.m{
	cursor:pointer;
}
.submits{
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	background-color:#EAE9EC;
	background-image:url(../img/login_submit.jpg);
	background-repeat: no-repeat;
	color:#006699;
	font-weight:bold;
	border:0px;
	width:90px;
	height:27px;
	letter-spacing:1px;
	cursor:pointer;
	vertical-align:middle;
	text-align:center;
}
.bgLog{
	background-image:url(../img/login_bg.jpg);
	background-repeat: no-repeat;
	height:55px;
}
.inputText{
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color:#333333;
	background-color:#EAE9EC;
	background-image:url(../img/bg_input.jpg);
	background-repeat: repeat-x;
	border:1px solid #7F9DB9;
	padding-left:4px;
	width:135px;
	height:19px;
}