* {
	margin:0; 
	padding:0; 
}
body {
	background-color:#fff;
}
#oLogin {	
	height:173px; 	
	background-color:#fff;
}
#oLogin h3 {
	height:44px; 
	background-image: url(../images/titleIcon.gif);
	background-repeat: no-repeat;
	background-position:3px 7px;
	color:#000;
	font-size:14px;
	line-height:44px;
	text-align:left;
	text-indent:12px;
}
.login form {
	width:276px; 
	height:106px; 
	border:1px solid #cccaca;
	background-color:#f8f8f8;
	background-image: url(../images/loginBg.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
}
.login .lText {
	width:200px; 
	padding:16px 0px 0px 12px;
	float:left; 
}
.login .lSubmit {
	padding:20px 0px 0px 0px;
}
.login p {
	height:30px;
	color:#000;
	line-height:22px;
	text-align:center;
}
.login p.noLogin {
	padding:0 0 0 50px; 
	text-align:left;
}
.login a {
	color:#000; 
	font-size:12px;
}
.login label {
	font-weight:bold;
	font-size:12px;
	float:left; 
}
.login .userName,
.login .password{
	width:138px;
	height:16px;
	border:1px solid #898989;
	background-color:#fff;
	font-size:12px;
	line-height:16px; 
}
.lSubmit .submit {
	width:45px; 
	height:43px; 
	border-style:none;
	background-image: url(../images/loginBtnBg.gif);
	background-repeat: no-repeat;
	background-position:left top;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	line-height:43px;
	text-align:center;
}