﻿@charset "utf-8";

body {
	margin:0;
	padding:0;
	height:100%;
	font:14px Arial, Helvetica, sans-serif;
	background:url(images/bodybg.jpg) no-repeat;
}
.wrapper{
	width:960px;
	margin:0 auto;
}
.sysName{
	width:302px;
	height:90px;
	float:left;
	margin:475px 0 0 0;
	background:url(images/login_name.gif) no-repeat 0 50%;
}
.login{
	width:450px;
	height:150px;
	float:left;
	margin:405px 0 0 25px;
}
.apps{
	width:320px;
	height:150px;
}
.apps td{
	width:150px;
	padding-bottom:10px;
	vertical-align:text-bottom;
}
.apps td a{
	display:block;
	width:132px;
	height:132px;
	color:#1c3b54;
	font-size:16px;
	text-align:center;	
	font-family:"微软雅黑";
	text-decoration:none;
}
.apps td label{
	display:block;
	height:20px;
	width:100%;
	position:relative;
	top:100px;
}
.icon7{
	background:url(images/login_ent_03.png) no-repeat;
}
.icon8{
	background:url(images/login_ent_11.png) no-repeat;
}
.accountLog{
	width:350px;
	position:absolute;
	bottom:60px;
	right:10px;
}
.accountLog a{
	color:#036;
}