/* ================================
    CSS STYLES FOR Module LoginOnce
   ================================
*/
.LoginOnce_username{font-size:12px;color:black;width:50px;text-align:center;font-weight:100;}
.LoginOnce_password{font-size:12px;color:black;width:50px;text-align:center;font-weight:100;}
.LoginOnce_Title{background:url(login_title.gif) no-repeat;height:35px;}
.LoginOnce_Hole
{
	background-color:transparent;
	border:1px solid #DFDFDF;
}
.LoginOnce_Login
{
	padding-bottom:10px;
}
.LoginOnce_UserInfo
{
	padding-top:10px;
	padding-bottom:10px;
}
.LoginOnce_Textbox
{
	width:85px;
	height:20px;
}
.LoginOnce_LoginButton
{
	width:47;
	height:45px;
	border:0px;
	color:white;
	font-size:0px;
	text-transform:none;
	cursor:hand;
	background:url(login.gif) no-repeat;
}
.LoginOnce_Register
{
	width:68px;
	height:25px;
	border:0px;
	background:url(btn_back.gif) no-repeat;
	cursor:hand;
	text-decoration:none;
}
.LoginOnce_Sendpwd
{
	width:85px;
	height:25px;
	border:0px;
	background:url(btn_back.gif) no-repeat;
	cursor:hand;
	text-decoration:none;
}