@charset "utf-8";
/* CSS Document */
/******************
* 重置代码         *
******************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border: 0;
}
/******************
* 主体代码         *
******************/
body{
    background-color:#b7d4f5;
	font-size:12px;
	color:#F96400;
	font-family:"宋体", "黑体", "微软雅黑";
}
#wrap{
    width:1000px;
	height:700px;
	margin:0 auto;
	background:url(../images/page_login_bg.jpg) no-repeat left top;
}
#wrap_inner{
    width:575px;
	margin:194px 0 0 213px;
	float:left;
	padding:29px 0;
	display:inline;
}
#login_logo{
    float:left;
	padding:68px 21px 0 32px;
}
#line{
    width:1px;
	height:190px;
	float:left;
	background-color:#b7d4f5;
	margin-top:10px;
}
#login_box{
    float:left;
	margin:20px 0 0 20px;
}
#user_name{
    margin:10px 0 10px 10px;
}
#user_password{
    margin:0 0 20px 10px;
}
#user_name span,#user_password span{
    display:block;
	float:left;
	margin-right:10px;
	padding-top:4px;
}
#user_name input,#user_password input{
    border:#b7d4f5 1px solid;
	width:230px;
	height:22px;
}
#login_button{
    margin:0 0 0 120px;
}