html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}
body
{
	height:100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/** background: #214D90 url(../image/login/bg.gif) repeat-x; */
	background-color:#3485FF ; /** #FDD315; */
	color: #999999;
	font-family: Tahoma,Verdana;
}


#con{
	height:470px;
	width:935px;
	background:url(../image/main/login/login2.png);
	background-repeat:no-repeat;
	border-top:0px solid #A25118;
	border-left:0px solid #A25118;
	border-bottom:0px solid #A25118;
	border-right:0px solid #A25118;

}
#logininfo{
	width:370px;
	height:185px;
	line-height:185px;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-185px;
	margin-top:-92.5px;
}
#bg{
	width:936px;
	height:471px;
	line-height:471px;
	text-align:center;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-235.5px;
	margin-left:-468px;
}


#table_con{
	height:100%;
	width:100%;
	color:#000;
	text-align:left;
}
tr{
	margin:0px;
	height:30px;
	width:100%;
	line-height:20px;
}
.td_left{
	width:30%;
	text-align:right;
	font-family:"΢���ź�","����",Georgia,Serif;
	
}
.td_title{
	width:100%;
	text-align:center;
}
.txtCode{
	margin-top:0px;
	width:50px;
	vertical-align:middle;
}
.txt{
	width:120px;
	vertical-align:middle;

	
}
/****************************************************************************/
/*********************          button style         ************************/
/****************************************************************************/
.button_default{
	background-color:#3485FF;
	border: none;
	/*border:1px solid #C1492D; */
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-top:2px;
	width: 124px;
	margin-left: -67px;
}

.button_mouseOver{
	/*border:1px solid #C1492D;*/
	border: none;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-top:2px;
	background-color:rgba(52, 133, 255, 0.81);
	width: 124px;
	margin-left: -67px;
	/** background:url(../../common/image/main/button/button-mouseover2-01.png) */
}

