﻿.cmdLogin
{
	background: url(/portals/0/images/login_but.gif);
	border-style : none;
	cursor : hand;
	height : 25px;
        width:58px;
}
.cmdRegister
{
	background: url(/portals/0/images/reg_but.gif);
	border-style : none;
	cursor : hand;
	height : 25px;
        width:88px;
}
.LoginTD
{
	valign:middle;
        background-repeat: no-repeat;
        border-style: none;
        width:58px;
        height:25px;
}
.Logoff
{
	text-decoration: none;
        color: #000000;
        font-size:12px;
}
.RegTD
{
	valign:middle;
        background-repeat: no-repeat;
        border-style: none;
        width:88px;
        height:25px;
}
.someclass
{
	
}
.TDLogoff
{
	background-position: 1px 3px;
    background-image: url(Button.jpg);
    background-repeat: no-repeat;
    width: 50px;
    height: 15px;
    border-spacing: 0px;
}
.txtPassword
{
	border:1px #969696 solid ;
height:19px;
width:110px;
}
.txtUsername
{
	border:1px #969696 solid ;
height:19px;
width:110px;
}
.userLogin
{
	font-size: 12px;
}
A.Logoff:hover
{
	text-decoration: none;
    color: #ff0000;
font-size:12px;
margin-top:5px;
}
A.Logoff:link
{
	text-decoration: none;
    color: #000000;
font-size:12px;
margin-top:5px;
}
A.Logoff:visited
{
	text-decoration: none;
    color: #000000;
font-size:12px;
margin-top:5px;
}

