.MostLogin
{
    margin:auto;
    width:120px;
}
.LoginBoxControl
{
    background-color:#ff77a0;
    border:0px;
    font-family:Tahoma;
    font-size:11px !important;
    color:#ffd6e3;
    width:155px;
    height:17px !important;
    padding:0 4px 0 4px;
}
.LoginButtonShadow
{
    background: transparent url(/DesktopModules/Abnous.Login/images/LoginShadow.gif) no-repeat center top;
    width:60px;
    height:9px;
}
.MostLogin .WarningText
{
    font-family:Tahoma;
    font-size:11px;
    color:#fd87ab;
    font-weight:normal;
}
.RegisterControlsBox
{
    font-family:Tahoma;
    font-size:11px;
    width:154px;
    height:17px;
    border:solid 1px #969696;
    color:#000;
    font-weight:bold;
}
.RegisterControlsBox-ltr
{
    font-family:Tahoma;
    font-size:11px;
    width:154px;
    height:17px;
    border:solid 1px #969696;
    color:#000;
    font-weight:bold;
    text-align:left !important;
    direction:ltr !important;
}
.LoginControls td,.LoginControls div
{
    font-family:Tahoma;
    font-size:11px;
	color:#606060;
	font-weight:normal;
	direction:rtl;
	text-align:right;
	padding-bottom:2px;    
}
.LoginControlsBox
{
    font-family:Tahoma;
    font-size:11px;
    width:154px;
    height:17px;
    border:solid 1px #e4e4e4;
    background-color:#818181;
    color:#ffffff;
    font-weight:bold;
}
.LoginControlsBox-ltr
{
    font-family:Tahoma;
    font-size:11px;
    width:154px;
    height:17px;
    border:solid 1px #969696;
    font-weight:bold;
    text-align:left !important;
    direction:ltr !important;    
}
.RegisterControls td,.RegisterControls div
{
    font-family:Tahoma;
    font-size:11px;
	color:#606060;
	font-weight:normal;
	direction:rtl;
	text-align:right;
	padding-bottom:2px;    
}
.SuccessMessage
{
    font-family: tahoma;
    font-size: 11px;
    color: green;
    font-weight: bold;
}
.ErrorMessage
{
    font-family: tahoma;
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.WarningMessage
{
    font-family: tahoma;
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.LoggedTextLinksHolder td
{
    font-family: tahoma;
    font-size: 11px;
    color: #999999;    
}
.LoggedTextLinksHolder a:link, .LoggedTextLinksHolder a:visited, .LoggedTextLinksHolder a:hover
{
    font-family: tahoma;
    font-size: 11px;
    color: #999999;
    text-decoration:none;
    cursor:pointer;
}
.RegisterText
{
    background: url(/DesktopModules/Abnous.Login/images/RegisterText.gif) no-repeat center center;    
    width:369px;
    height:29px;
    text-align:center;
    margin:auto;
}
.RegisterBenefitTitle
{
    width: 195px;
    height: 20px;
    text-align: center !important;
    color: #333333 !important;
}
.RegisterBenefitBottom
{
    background:url(/DesktopModules/Abnous.Login/images/RegisterBenefitBottom.gif) no-repeat center center;        
    width:169px;
    height:5px;
    font-size:0px !important;
}
.RegisterBenefitText {
    border: 1px dashed green;
    color: #006600;
    width: 179px;
    height: 200px;
    padding: 6px;
    background-color: #E0E0E0;
    text-align: justify !important;
}
.RegisterCaptchaControlBox
{
   font-family:Tahoma;
    font-size:11px;
    width:154px;
    height:17px;
    border:solid 1px #969696;
    color:#000;
    font-weight:bold;
    text-align:center !important;
    direction:ltr !important;
}
.LoginCaptchaControlBox
{
    font-family:Tahoma;
    font-size:11px;
    width:154px;
    height:17px;
    border:solid 1px #969696;
    color:#000;
    font-weight:bold;
    text-align:center !important;
    direction:ltr !important;    
}
a.HomeRegisterText:link,a.HomeRegisterText:visited,a.HomeRegisterText:hover
{
    font-family:Tahoma;
    font-size:11px;
    color:White;
    cursor:pointer;
    text-decoration:underline;
}