@charset "utf-8";
/* CSS Document */

body{margin:0px; padding:0px; background:url(../images/loginBg.gif) repeat-x bottom;}
#login{
	background:url(../images/splash.gif) no-repeat center center;
	padding:0px;
	margin:0px;
	width:492px;
	height:290px;
	margin:auto;
	position:relative;
	top:15%;
}
#cnlogin{
	background:url(../images/splash_GB.gif) no-repeat center center;
	padding:0px;
	margin:0px;
	width:492px;
	height:290px;
	margin:auto;
	position:relative;
	top:15%;
}
#login p{line-height:20px; padding:0px; margin:10px 0px;}
#cnlogin p{line-height:20px; padding:0px; margin:10px 0px;}
.IDtxt{
	font-size:11px;
	color:#333333;
}
#login td{padding-left:156px; padding-top:50px;}
#cnlogin td{padding-left:156px; padding-top:50px;}

.inputText{
	background:url(../images/inputText.gif) no-repeat lect center;
	width:140px;
	height:25px;
}
.loginId{border:1px solid #FFF; font-size:12px; margin:2px 4px;}

.welcome{
	color:#ccc;
	font-size:20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	padding:5px;
	letter-spacing:0px;
}
.welcome span{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.footer{
	color:#F7F7F7;
	position:absolute;
	bottom:0px;
	padding:15px 10px;;
	font-size:10px;
	margin:auto;
	letter-spacing:1px;
	width:500px;
	line-height:20px
}
