/* ================================
    CSS STYLES FOR Module LoginOnce
   ================================
*/
.LoginOnce_username{font-size:12px;color:#0D596A;width:50px;text-align:center;font-weight:100;}
.LoginOnce_password{font-size:12px;color:#0D596A;width:50px;text-align:center;font-weight:100;}
.LoginOnce_Title{background:url(login_title.gif) no-repeat;height:27px;}
.LoginOnce_Hole
{
	background-color:transparent;
	border:1px solid #cccccc;
}
.LoginOnce_Login
{
	width:204px;
	padding-bottom:10px;
}
.LoginOnce_UserInfo
{
	padding-top:10px;
	padding-bottom:10px;
}
.LoginOnce_Textbox
{
	width:120px;
	height:20px;
}
.LoginOnce_LoginButton
{
	width:52;
	height:17px;
	border:0px;
	color:white;
	font-size:0px;
	text-transform:none;
	cursor:hand;
	background:url(login.gif) no-repeat;
}
.LoginOnce_Register
{
		width:52;
	height:17px;
	border:0px;
	color:white;
	font-size:0px;
	text-transform:none;
	cursor:hand;
	background:url(register.gif) no-repeat;
}
.LoginOnce_Sendpwd
{
		width:80;
	height:17px;
	border:0px;
	color:white;
	font-size:0px;
	text-transform:none;
	cursor:hand;
	background:url(getpass.gif) no-repeat;
}