* {
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 12px;
	color: #111;
}

body,html {
	margin : 0px;
	padding : 0px;
	width:100%;
	height:100%;
}

body {
	background : #85d7fc;
}

#topTitle {
	width:100%;
	height:200px;
	top:0px;
	line-height:200px;
	text-align:center;
	font-size:48px;font-weight:900;color:blue;
	background-image:url(../images/login6/sysTitle1.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#container {
	margin-top:200px;
	background-color:#bbecfb;
	height:440px;
}

#wraper {
	width: 1280px;
	margin:0px auto;
}

#leftDiv{
	width:798px;
	height:440px;
	background-image: url(../images/login6/leftBg.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float:left;
}

#formDiv {
	width: 469px;
	height: 335px;
	float: left;
	background-image: url(../images/login6/formBg.png);
	background-repeat: no-repeat;
	background-position:40px 37px;
	margin-top: 55px;
}

#formTitle {
	height:90px;
	line-height:70px;;
	font-size: 35px;
	font-weight: 900;
	text-align: center;
	color: #09abf5;
}

.fieldRow {
	height: 45px;
	line-height:45px;
}

.fieldRow1{
	margin-top:23px;
	height: 45px;
	line-height:45px;
}
.fieldRow2{
	margin-top:0px;
	height: 45px;
	line-height:45px;
}

.textlabel {
	margin-left:43px;
	font-size: 25px;
	color: #2bd7ba;
	width:110px;
	display: inline-block;
	text-align: right;
}

.inputField {
	border : 0px solid #55c5F8;
	width: 148px;
	height: 30px;
	padding-left: 10px;
	font-size:18px;
	color:#2bd7ba; 	
}

#jymDiv {
	vertical-align: middle;
}
#jym {
	width: 118px;
}
#jymImage {
	width: 100px;
	vertical-align: middle;
}

#submitButton {
	margin-top:10px;
	height: 65px;
	background-image: url(../images/login6/btnBg.png);
	background-repeat: no-repeat;
	background-position: 40px 50%;
	cursor: pointer;
}

#registerDiv {
	width: 145px;
	float:left;
	margin-left:60px;
	padding-left: 30px;
	background-image: url(../images/login6/personIcon.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor:pointer;
}

.registerRow {
	margin-top:5px;
	height: 35px;
	line-height:35px;	
}
#registerDiv>a {
	text-decoration: none;
	color: #2bd7ba;
	font-size: 20px;
}

#baiduLoginDiv {
	width: 140px;
	float:left;
	padding-left: 30px;
	background-image: url(../images/login6/bdIcon.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	cursor:pointer;
	color: #2bd7ba;
	font-size: 20px;
}


