﻿	body {
		width: 100%;
		height: 100%;
		OVERFLOW: hidden;
		margin: 0;
		padding: 0;
	}
	.header{
		width: 100%;
		height: 504px;
		position: relative;
		z-index: 0;
	}
	.logo {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 26%;
		margin-top: -80px;
	}
	.logo .word{
		color: red;
		font-size: 14px;
	}
	.ext-strict .copyright *{
		vertical-align:middle;
	}
	
	.symbol{
		font-size:20px;
	}

	.ext-ie .symbol{
		font-size:12px;
	}
	.enableAutologin .loginbtn{
		height:43px;
	}
.container {
    position: absolute;
    width: 563px;
    height: 440px;
    left: 50%;
    margin-left: -281px;
    top: 26%;
    background: #fff;
    /* box-shadow: 0px -3px 22px #888888; */
    background: url(../images/shadw.png) no-repeat bottom center;
    padding-bottom: 25px;
}
	.grandparent{
		background: #fff;
	}
	.link{
		font-size:12px;
		color:#0169b8
	}
	.link a:link { text-decoration: none;color: #0169b8}
	.link a:visited { text-decoration: none;color: #0169b8}
	.link a:hover { text-decoration:none;color: #d68300}
	.link a:active { text-decoration:none;}
	.input12 {
		font-family: "宋体", Arial;
		height:20px;
		color: #333333;
		text-decoration: none;
		border: 1px solid #ddd;
		border-radius: 3px;
		width: 346px;
		height: 50px;
		font-size: 18px;
	}
	.grandparent .submitBtn{
	    width: 210px;
		height: 68px;
		background: #017ff8;
		border: none;
		color: #fff;
		font-size: 18px;
		border-radius: 5px;
	}
	.grandparent .resetBtn{
		width: 210px;
		height: 68px;
		background: #e5e5e5;
		border: none;
		color: #777777;
		font-size: 18px;
		border-radius: 5px;
		margin-left: 20px;
	}
	.parent tr{
	    line-height: 80px;
	}
.footer {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 26%;
    margin-top: 281px;
}
	.footer .warn-word{
		color: red;
		font-size: 14px;
	}
	table{
	    width: 100%;
	}