@CHARSET "UTF-8";

body {
	padding: 0;
	margin: 0;
	font-family:"楷体";
	/* font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei"; */
}
.msg{
/* margin-left: 850px; */
}
.header {
	height: 85px;
	overflow: hidden; /*border-bottom:12px solid #00868B; */
	background: -webkit-linear-gradient(left, #FFFFFF, #7D9EC0);
    background: -moz-linear-gradient(left, #FFFFFF, #7D9EC0);
    background: -ms-linear-gradient(left, #FFFFFF, #7D9EC0);
    background: linear-gradient(left, #FFFFFF, #7D9EC0); 
	
}
.outermost {
	width: 100%;
	height: 100%;
	min-height:546px;
	position:relative;
	background-image:url(../images/login/backgrounds.png); 
	background-repeat:no-repeat;
	background-size: 100% 100%;
}
.content {
	width: 100%;
	height:100%;
	min-width: 1370px;
	min-height: 541px;
	margin: 0px auto;
	text-align: center;
}

.login_container {
	height:290px;
    width:318px;
	position:absolute;
	top:100px;
	right:100px;
	/* border:2px solid #EAEAEA; */
    /* box-shadow:5px 5px 5px #B4CDCD, 5px -5px 5px #B4CDCD,-5px 5px 5px #B4CDCD,-5px -5px 5px #B4CDCD; */
    box-shadow: 0 0 10px #4e4c4d;
}
.loginBtns {
	width: 252px;
	height: 36px;
	font-size: 16px;
	/* FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#fafafa, endColorStr=#15A216 ); IE
	background: -moz-linear-gradient(top, #fafafa, #15A216); 火狐
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa),
		to(#15A216) ); 谷歌
	background-image: -webkit-gradient(linear, left bottom, left top, color-start(0, #fafafa),
		color-stop(1, #15A216) ); Safari & Chrome
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,
		startColorstr='#fafafa', endColorstr='#15A216' ); IE6 & IE7
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fafafa', endColorstr='#15A216')"; */
	/* IE8 */
	background: -webkit-linear-gradient(top, #fafafa, #15A216);
    background: -moz-linear-gradient(top, #fafafa, #15A216);
    background: -ms-linear-gradient(top, #fafafa, #15A216);
    background: linear-gradient(top, #fafafa, #15A216); 
	border-radius: 3px;
	color: white;
	
}

.footer {
    position:fixed; 
    left:0px; 
    bottom:0px; 
    width:100%; 
    height:80px; 
    z-index:9999;
}
