*{
	font-size:12px;	
}
body{
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;	
	background:#f1f1f1;
}

a:hover,a:visited,a,#top,#top #gg,#divLoginHead,#divRem,#divBottom{
	text-shadow: 1px 1px #fff;	
}
a:hover,a:visited,a{
	text-decoration:none;
}
a:visited,a{
	color:#555;
}
a:hover{
	color:red;
}
.txtRed{
	color:red;	
}
input{
	outline:none;
}
input,img{
	vertical-align:middle;
	display:inline-block;	
}
#divMain{
	width:1031px;
	height:548px;
	zoom: 1;
	background:url(../base/bg.png);
}
/*顶部*/
#divHeader{
	height:111px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#logo{
	position:absolute;
	left:20px;
	top:35px;
	width:340px;
	height:50px;
}
#top{
	position:absolute;
	right:15px;
	bottom:5px;
	width:580px;
	height:24px;
	margin:0px;
	text-align:right;
	line-height:24px;
	color:#555;
}
#top #gg{
	position:absolute;
	top:0px;
	left:100px !important;
	*left:60px;
	color:#555;
	width:380px;
	height:24px;
	line-height:24px;
	text-align:left;
	overflow:hidden;
}
#top #gg div,#top #gg td{
	color:#555;
}
/*中部*/
#divCenter{
	height:365px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#divLogin{
	position:absolute;
	height:299px;
	width:262px;
	left:673px;
	top:35px;
	background:url(../base/login.png) no-repeat;
}
/*导航图片容器*/
#divImgRender,#divImgTemp{
	position:absolute;
	width:1022px;
	height:364px;
	left:5px;
}
#divImgRender{
}
#divImgTemp{
}

#divLoginHead{
	position:absolute;
	left:30px;
	top:35px;
	width:200px;
	border-bottom:1px solid #999;
	font-size:22px;
	font-weight:bold;
	text-align:left;
	color:#555;
}
#divUserIcon,#divPwdIcon{
	position:absolute;
	left:30px;
	width:30px;
	height:30px;
	background:#fff;
	text-align:center;
}
#divUserIcon,#divUser{
	top:80px;
}
#divPwdIcon,#divPwd{
	top:120px;
}
#divUser,#divPwd{
	position:absolute;
	left:60px;
	width:170px;
	height:30px;
	background:#fff;
}
#divUserIcon .icon,#divPwdIcon .icon{
	position:absolute;
	top:0px;
	left:0px;
	width:30px;
	height:28px !important;
	*height:30px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}
#divUserIcon .icon{
	background:url(/util/img_main/VistaGreen/user.png) no-repeat 5px 6px;
}
#divPwdIcon .icon{
	background:url(/util/img_main/VistaGreen/key1.png) no-repeat 5px 6px;
}
#divUser input,#divPwd input{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:30px;
	line-height:28px;
	border-left:0px;
	border-right:1px solid #aaa;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	font-size:16px;
	font-family:Arial,微软雅黑,宋体;
	background:#fff;
}
#divRem{
	position:absolute;
	height:20px;
	width:190px;
	top:160px;
	left:30px;
	text-align:left;
}
#btn_ok{
	position:absolute;
	top:205px;
	left:50px;
	width:158px;
	height:38px;
	background:url(../base/btn.png) no-repeat;
	border:0px;
}
/*底部*/
#divBottom{
	text-align:center;
	color:#555;
	height:73px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#copyright{
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
	height:40px;
	line-height:18px;
	font-family:宋体;
}