body {
	margin:0 ;
	padding:0;
	color:black;
	font-size:12px;	  
	text-align:center;
	background:#dcdcdc;
	}
.td_text{
background:url(../images/index_08.jpg);
width:1004px;
height:25px;
color:#fff;
font-size:12px;
padding-left:210px;
}

.td_style{
background:url(../images/index_07.jpg);
width:1004px;
height:49px;
padding-left:280px;
padding-bottom:0px;
}
.td_input{
background:url(../images/index_03.jpg);
width:128px;
height:16px;
border:0;
}

.td_text_hint{
color: #FFAA25;
font-size:12px;
text-decoration:none;
}
.td_text_hint:visited{
color: #FFAA25;
font-size:12px;
text-decoration:none;
}

.td_text_hint:hover{
color:#fff;
font-size:12px;
line-height:18px;
text-decoration:underline;}

.td_text_link{
color:#fff;
font-size:12px;
text-decoration:none;
}
.td_text_link:hover{
color:#fff;
font-size:12px;
line-height:18px;
text-decoration:underline;}
/*登录按钮样式*/
#loginButton{
	width:64px;
	height:24px;
	border:none;
	background:url(../images/index_12.jpg);
	cursor:hand;
}
/*取消按钮样式*/
#resetButton{
	width:64px;
	height:24px;
	border:none;
	background:url(../images/index_11.jpg);
	cursor: pointer;
	margin-left:0px;
}
