/* ================================
    CSS STYLES FOR Module LoginOnce
   ================================
*/
.LoginOnce_Hole
{
}
.topbg {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.LoginOnce_Login
{
	padding-top:10px;
	padding-bottom:10px;
	background-image: none;
}
.LoginOnce_UserInfo
{
	padding-top:10px;
	padding-bottom:10px;
}
.LoginOnce_Textbox
{
	width:111px;
	height:21px;
}
.LoginOnce_LoginButton
{
	width:73;
	height:28;
	border:0px;
	background-image:url(login.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
.LoginOnce_Register
{
	width:73px;
	height:28;
	border:0px;
	background-image:url(reg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
.LoginOnce_Sendpwd
{
	width:103px;
	height:19;
	border:0px;
	background-image:url(mail-findid.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
.subhead {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.loginonce_title {
	background-image: url(mail-title.gif);
}
.bg {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: left 54px;
}
