* {
	margin: 0;
	padding: 0;
}

body{
	background-color:#EEF2F6;
	color:#666;
}

li {
	list-style-type: none;
	padding:0px 0px;
	line-height: 40px;
}

input {
	width: 150px;
	height: 22px;
	padding: 0 0 0 0;
	border:2px #D6E3F3 solid;
	padding-left: 2px;
}
img,input{
	display: inline-block;
	line-height: 28px;
}
a,
img {
	border: 0;
	height:25px;
}

a {
	outline: none;
	text-decoration: none;
}

a:link {
	color: #666;
}

a:visited {
	color: #999;
}

a:hover {
	cursor: hand;
	color: #F90;
	text-decoration: underline;
}

#main {
	width: 64%;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 680px;
z-index: 9999;
	 margin: 0 auto;
	/*width:64%;
	height:680px; */
	background-image: url(../images/empzone/index_03.jpg);
}

#loginpanel {
	background-repeat: no-repeat; 
	position:relative;
	left: 65%;
	top: 480px;	
	width:250px;
	height:148px;
	/* background-image: url(../images/empzone/di.jpg); */
}

#showCode {
	position:relative;
	left: 610px;
	top: 239px;	
	width:150px;
	height:30px;	
}

#copyright{
	position:relative;
	left: 360px;
	top: 480px;
	color:white;	
}

#loginInfo {
	padding:3px 10px;
	color:white;
}
#loginInfo .loginInfo_div{
	margin: 2px;height: 30px;width: 100%;
}
#loginInfo .loginInfo_div div{
	float: left;line-height: 30px;
}
#lblUser {
	padding: 0 0 0 15px;
}

#lblPwd {
	padding: 0 0 0 15px;
}

#btnLogin {
	margin: 2px 5px;
}

#btnExit {
	margin: 2px 2px;
}