@charset "utf-8";
/* CSS Document new*/
body {
	font-family: "Trebuchet MS", Tahoma, Calibri, Simsun;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(../images/login/login-background.gif);
	background-repeat:repeat-x;
}
#login-image, #login-image-en{
	margin:100px auto; 
	margin-bottom:10px; 
	width: 465px;
	height: 311px;
	background-image: url(../images/login/nms-login-image-cn.png);
	background-repeat:no-repeat;
}
#login-image-en{
	background-image: url(../images/login/nms-login-image-en.png);
}
#login-form{
    margin:105px 40px 0 0;
	width:250px; 
	height: 220px;
	float:right;
}
.label{
    font-weight:bold;
	text-align:left;
	font-size:16px;
}
table.login td{
    height:25px;
}
input.text {
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	padding: 3px;
	margin: 0;
	color: #000000; 
	font-size: 16px; 
	width: 230px;
	font-family:"Trebuchet MS", Tahoma, Calibri, Simsun;
}
input.button1, input.button2{
	background-image:url(../images/login/nms-login-button1.gif);
	background-color: transparent; 
	border: none;
	margin: 14px 5px 0 0;
	color: #ffffff; 
	font-weight:bold;
	font-size: 16px; 
	width: 110px;
	height: 34px;
	font-family:"Trebuchet MS", Tahoma, Calibri, Simsun;
	text-align: center;
}
input.button2{
	margin: 14px 0 0 5px;
}
input.button1:hover, input.button2:hover{
    cursor:pointer;
	background-image:url(../images/login/nms-login-button2.gif);
} 
#logo{
    margin:80px auto;
	margin-bottom:2px;
	background-image: url(../images/login/sol-logo.gif);
	width:66px;
	height:38px;
}
#companyinfo{
    height:100px;
	font-size:16px;
	line-height:130%;
	font-family: "Microsoft Yahei", Simson;
}
#companyinfo-en{
    height:100px;
	font-size:14px;
	line-height:130%;
	font-family:"Trebuchet MS", Tahoma, Calibri, Simsun;
}

#companyinfo a{
    color:#000000;
	line-height:150%;
	font-size:15px;
}
.smalltext {font-size:13px;}
.smalltext-en {font-size:12px; letter-spacing:-1px;}
.clear  {clear:both;}
