﻿* {
	margin: 0;
	padding: 0;
}
html,body{
    margin:0px; 
	height: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, "宋体";
	color: #3e3e3e;
}

.body_main{
    overflow:hidden; 
    padding-bottom:0;
}
 

.loginKong {
	height: 12em;
	width: 600px;
}

.left-image{
	float: left;
	text-align:center;
}
.right-login{
    width:355px;
    height:360px;
	padding: 10px;
    border-bottom:0;
	float: right;
    background-color:white;
}

.container-line{
    width:1050px;
    margin:0 auto;
    display:block;
}
.container-line h5{color:#d3d3d3;font-weight:bold;}
.container-line p{color:#979595;}

.txt-list-left{
    width:235px;
    float:left;
}
.txt-list-left a{
    color:#979595;
}
.txt-list-left a:hover{
    color:#979595;
}
.txt-list-right{
    width:355px;
    float:right;
}

.submitBtn
{
	width:250px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 0px;
	font-size: 1.2em;
	background-color: #ff4400;
	color: #fff;
	text-align:center;
	font-weight:bold;
	margin-left: 42px;
	margin-bottom: 0.5em;
    margin-top:1em;
}

.input_name
{
	width:250px;
	height:36px;
	border:1px solid #dddddd;
	text-indent: 4em;
	margin-left: 3em;
	margin-bottom: .8em;
	background: #ffffff url(../images/loginIcon1.png) no-repeat;
}
.input_pw
{
	width:250px;
	height:36px;
	border:1px solid #dddddd;
	text-indent: 4em;
	margin-left: 3em;
	margin-bottom: .8em;
	background: #ffffff url(../images/loginIcon2.png) no-repeat;
}
.input_code
{
	float:left;
	width:166px;
	height:36px;
	border:1px solid #dddddd;
	text-indent: 4em;
	margin-left: 3em;
	margin-bottom: 1.2em;
	background: #ffffff url(../images/loginIcon3.png) no-repeat;
}