/* ================================
    CSS STYLES FOR Module LoginOnce
   ================================
*/
.LoginOnce_Hole
{
	background:url(images/bg.jpg)
}
.LoginOnce_Login
{
	padding-top:10px;
	padding-bottom:10px;
	
	
}
.LoginOnce_UserInfo
{
	padding-top:10px;
	padding-bottom:10px;
	
}
.LoginOnce_Textbox
{
	width:89px;
	border:1px solid #43A2E6;
	height:17px;
	
   
}
.LoginOnce_LoginButton
{
	width:92;
	height:23;
	border:0px;
	background-image:url(images/login.gif);
    cursor:hand
}
.LoginOnce_Register
{
	width:92px;
	height:23;
	border:0px;
	background-image:url(images/register.gif);
    cursor:hand
}
.LoginOnce_Sendpwd
{
	width:64px;
	height:13;
	border:0px;
	background-image:url(images/sendpwd.gif);
}