@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

input{
    outline: none;
}
        
#container{
	width:100%;
	height:auto;
	position:relative;
}

#header{
	width:100%;
	height:90px;
	position:absolute;
	left:0;
	top:0;
	background-color: #eee;
}

#header img{
	width:130px;
	height:100%;
	position: absolute;
    left: 100px;
    top:0;  
}

#header p{
	line-height:90px;
	color:#000;
	font-size:25px;
	font-family:"微软雅黑 Light";
	position: absolute;
    left: 260px;
    top:0; 
}

#content{
	width:100%;
	height:550px;  
}

#content img{
    width:100%;
    height: 100%;
}

#content form{
    width:400px;
    height: 370px;
    border:1px solid #fff;
    background-color: #fff;
    position: absolute;
    left:50%;
    top:130px;
}

#content form #form-tips{
	width:340px;
    height: 20px;
    border: 1px solid #FFA07A;
    color: black;
	background-color:#FFEFD5;
    font-size: 12px;
    font-family: "微软雅黑 Light";
    text-align: center;
    line-height: 20px;
	position: absolute;
    left:30px;
    top:60px;
}

#content form #form-header{
    width:400px;
    height: 50px;
    border-bottom: 1px solid #CCCCCC;
    color: red;
    font-size: 20px;
    font-family: "微软雅黑 Light";
    text-align: center;
    line-height: 50px;
}

#content form #form-input{
    width: 380px;
    height: 120px;
    margin-left: 10px;
    margin-top: 30px;
}

#content form #form-input input{
    width:332px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    padding-left: 8px;
    margin-left:20px;
    margin-top:15px;
    border:1px solid #ccc;
}

#content form a{
    position: absolute;
    left:315px;
    top:198px;
    text-decoration: none;
    color: black;
    font-family: "微软雅黑 Light";
    font-size: 14px;
}

#content form a:hover{
    color: red;
    text-decoration: underline;
}

#content form #loginBtn{
    width: 142px;
    height: 35px;
    font-size: 10px;
    font-family: "Arial";
    text-align: center;
    line-height: 35px;
    letter-spacing: 2px;
    padding-left: 10px;
    color: #FFFFFF;
    background-color: red;
    border:1px solid red;
    position: absolute;
    left:31px;
    top:235px;

}

#content #content-footer{
    width:400px;
    height: 40px;
    border-top: 1px solid #CCCCCC;
    background-color: #FFFAFA;
    margin-top: 110px;
    margin-left: 0;
}

#content #content-footer a{
    position: absolute;
    left:310px;
    top:340px;
    text-decoration: none;
    color: red;
    font-family: "微软雅黑 Light";
    font-size: 16px;
}

#content #content-footer a:hover{
    text-decoration: underline;
}
