﻿/* CSS Document */


* {
	padding: 0;
	margin: 0;
}
body{
	background:#F7F7F7;
	}
 .top {
	width: 100%;
	height: 62px;
	background: url(../img/top-bg.png) repeat-x;
	text-shadow: 1px 1px #000;
	min-width:740px;

}
.top_content{
	color:#C0C1C3;
	font-family:"黑体";
	font-size:18px;
	font-weight:bold;
	line-height:62px;
	margin-left:30px;
	}
.main{
	width:100%;
	padding-top:80px;
	}
.main_content{
	width:576px;
	height:286px;
	background:url(../img/login-bg.png) no-repeat;
	margin:0 auto;
	
	}
.content_top{
	border-bottom:1px solid #B4B4B4;
	width:500px;
	height:50px;
	margin-left:35px;
	padding-top:10px;
	text-align:center;
	font-family:"黑体";
	font-size:28px;
	color:#346EA1;
	font-weight:bold;
	
	}
.content_mid{
	font-family:"黑体";
	margin-left:130px;
	}
.content_bottom{
	font-size:12px;
	font-family:"黑体";
	margin-left:190px;
	margin-top:10px;
	}
.content_mid .text{
	border-radius:5px; 
	height:30px; 
	width:220px;
	margin-top:15px;
	border-width:2px 0px 0px 2px;
    	border-style:solid;
    	border-color: #BCBBBF #DDDDDE #BCBBBF #C9C9C9;
	}
	

.log_bottom{
	margin-top:20px;
	padding-top:10px;
	height:50px;
	width:141px;
	float:left;
	text-align:center;
	background:url(../img/button-bg.png) no-repeat;
	}
#btn{
	margin-left:120px;
	margin-right:20px;
}
.log_bottom span{
	font-family:"黑体";
	color:#FFFFFF;
	font-weight:bold;
	
	}
.footer{
	width: 100%;
	height: 57px;
	background: url(../img/top-bg.png) repeat-x;
	position:absolute;
	bottom:0px;
	text-shadow: 1px 1px #000;
	min-width:740px;
	}
.footer_content{
	color:#C0C1C3;
	font-family:Microsoft Yahei;
	font-size:16px;
	line-height:57px;
	text-align:center;
	font-weight:bold;
	}

