/* ================================
    CSS STYLES FOR Module LoginOnce
   ================================
*/
/* 用户名提示 */
.LoginOnce_username{width:43px;height:19px;background:url(username.gif) no-repeat;}
/* 密码提示 */
.LoginOnce_password{width:43px;height:19px;background:url(password.gif) no-repeat;}
/* 背景 */
.LoginOnce_Hole
{
	background:transparent;
}
.LoginOnce_Login
{
	padding-top:10px;
	padding-bottom:10px;
}
.LoginOnce_UserInfo
{
	padding-top:10px;
	padding-bottom:10px;
}
/* 填写栏 */
.LoginOnce_Textbox
{
	width:90px;
	BORDER-RIGHT: #ad987b 1px solid; 
	BORDER-TOP: #ad987b 1px solid; 
	FONT-SIZE: 9pt; 
	BORDER-LEFT: #ad987b 1px solid; 
	BORDER-BOTTOM: #ad987b 1px solid;
}
.LoginOnce_LoginButton
{
	color:white;
	font-size:0px;
	width:49px;
	height:19px;
	text-transform:none;
	cursor:hand;
	background:url(skin_04_05_07.gif) no-repeat;
	border:0px;
}
.LoginOnce_Register
{
	color:white;
	font-size:0px;
	width:49px;
	height:19px;
	text-transform:none;
	cursor:hand;
	background:url(skin_04_05_09.gif) no-repeat;
	border:0px;
}
.LoginOnce_Sendpwd
{
	color:white;
	font-size:0px;
	width:60px;
	height:19px;
	text-transform:none;
	cursor:hand;
	background:url(skin_04_05_08.gif) no-repeat;
	border:0px;
}