﻿html, body {
	margin:0;
	padding:0;
}
body {
	background:#FFF;
	font-family:'Microsoft Yahei',Arial;
	font-size:16px;
}
#container {
	background: url(../images/bg.png) no-repeat;
	width:799px;
	height:448px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-390px;
	margin-top:-260px;
}
#container .logo{
	background: url(../images/simon-login-logo.png) no-repeat;
	width:179px;
	height:28px;
	position:absolute;
	left:55px;
	top:26px;
}
#container .title {
	background: url(../images/simon-system-title.png) no-repeat;
	width:350px;
	height:61px;
	position:absolute;
	left:55px;
	top:259px;
}
#container .login-box {
	/*background: url(../images/bg-login.png) no-repeat;*/
	width:310px;
	position:absolute;
	left:76px;
	top:118px;
}
#container .login-box table {
	border-collapse:collapse;
	width:80%;
	margin:13px auto 0 auto;
}
#container .login-box table th,
#container .login-box table td{
	padding:4.5px 0;
}
#container .login-box table th {
	text-align:left;
}
#container .login-box table th label{
	font-family:'Microsoft Yahei',Arial;
	font-size:0.9em;
	font-weight:normal;
}
#txtAccount {
	width:120px;
	padding:0.15em;
}
#txtPassword {
	width:120px;
	padding:0.15em;
}
#txtCode {
	width:60px;
	padding:0.15em;
	float:left;
}
#container .login-box table td .verify-code{
	cursor:pointer;
	margin-left:5px;
}
#btnLogin {
	border:1px solid #BEBEBE;
	border-radius:5px;
	background: #BEBEBE url(../images/btnLogin.png) no-repeat center center;
	color:#FFF;
	display:block;
	width:239px;
	height:45px;
	line-height:45px;
	text-decoration:none;
	color:#FFF;
	font-family:'Microsoft Yahei',Arial;
	font-size:1em;
	font-weight:normal;
	margin:0 auto;
}
#btnLogin:hover {
	background-image: url(../images/btnLogin-hover.png);
}
#lanuagebar {
	width:239px;
	height:35px;
	line-height:35px;
	background:#EBEBEB;
	margin:0 auto;
	border:1px solid #C7D9E7;
	border-radius:5px;
	overflow:hidden;
	font-family:'Microsoft Yahei', Arial;
}
#lanuagebar .button{
	height:35px;
	text-indent:20px;
	width:119px;
	text-decoration:none;
	position:relative;
	outline:none;
	color:#7F7F7F;
}
#lanuagebar .button .arrow{
	background:url(../images/simon-login-lanuage-btn-arrow-normal.png) no-repeat center center;
	width:20px;
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
}
#lanuagebar .btn-cn {
	border-radius:0 5px 5px 0;
	float:left;
}
#lanuagebar .btn-en {
	border-radius:5px 0 0 5px;
	float:right;
}
#lanuagebar .selected {
	background: url(../images/simon-btn-language.png) no-repeat center center;
	color:#FFF;
}
#lanuagebar .selected:hover {
	background-image: url(../images/simon-btn-language-hover.png);
}
#lanuagebar .selected .arrow {
	background: url(../images/simon-login-lanuage-btn-arrow-selected.png) no-repeat center center;
}
#msg {
	color:red;
	font-size:0.8em;
}
#footer {
	width:100%;
	height:35px;
	line-height:35px;
	color:#7F7F7F;
	position:absolute;
	bottom:0;
	text-align:center;
	cursor:default;
}