/*
 * Project: Login
 * Author: Pierpaolo Rebecchi - 3BI Consulting. SA
 * Version: 1.0
 * 
 * Copyright © 2007-2008 3BI Consulting. SA. All rights reserved.
 * 
 * Contact: info@3-bi.ch http:\\www.3-bi.ch
 * 
 * 
 */





.x-Login-btn-over
{	
	cursor: pointer;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.x-Login-btn-clicked
{	
	background-position:-1px -1px;
}
.x-Login-link-over
{			
	cursor: pointer;
	color:#99CCFF ! important;
}
.x-Login-link-clicked
{		
	color:red ! important;
}
.x-Login-loginButton
{ 
	background-image: url(../Images/login/lock.jpg); 
	width:48px;
	height:49px;
	background-repeat:no-repeat;   
}
.x-Login-loginLink
{ 
	font-size:12pt;
	font-weight:bold;
	color:blue;
	
}
.x-Login-loginLinkChange
{ 
	font-size:9pt;	
	font-weight:bold;	
	color:blue;	
}

.x-Login-helpButton
{ 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/login/information.png');
    background-image: url(../Images/login/information.png);
	width:31px;
	height:30px;
	background-repeat:no-repeat;
	padding-right:2px;	

}
.x-Login-backButton
{ 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/login/back.png');
    background-image: url(../Images/login/back.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	padding-right:2px;
	
		

}
.x-Login-sendButton
{ 	
	background-image: url(../Images/login/empty.jpg);
	width:48px;
	height:49px;
	background-repeat:no-repeat;
  
}
.x-Login-messageCLS
{
	width: 396px;
	background-color: red ;
	color: black ;
	font: 14px Verdana, Helvetica, sans-serif;
    font-weight:bold;     
    text-align:center;
    padding-left:5px;
    padding-right:5px;
}
.x-Login-contactButton {
    background-image: url( ../Images/login/contact.gif ) !important;
}
.x-Login-registerLink
{ 
	display:inline;
	font-size:11pt;
	font-weight:bold;
	color:blue;	
}
.x-Login-changepassword
{ 
	display:inline;
	font-size:8pt;
	font-weight:bold;
	color:blue;	
	text-align:left !important;	
    labelAlign:left !important;	
}
.x-Login-askPWDID
{ 
	display:inline;
	font-size:8pt;
	font-weight:bold;
	color:blue;
}
.x-Login-formPanel
{
	text-align:left !important;				
 }
		
.x-Login-loginButtonPanel
{
	text-align:left !important;	
		
}
.x-Login-loading div {
    padding: 5px 10px 5px 25px;
    background: #fbfbfb url( '../Images/login/loading.gif' ) no-repeat 5px 5px;
    line-height: 16px;
}




