/* +NM*07222005*8.9.607 Issue 9497 */
/*NOTE FOR IMPLEMENTORS:- COPY THIS FILE TO \Implementation\lwlogin\styles\ AND */
/*ADD THE ATTRIBUTES AS INDICATED BY COMMENTS BELOW TO CUSTOMIZE LOOK AND FEEL FOR CLIENTS*/
/*AV 05/12/2010 10.0.0.57 and  10.3.0.6(Root) Issue#82326 - Changed style to TD inside DIV.lwCopyrightText*/
DIV.lwCopyrightText TD
{
	font-family:Verdana;
	font-size:10px;
	WIDTH:507px;
	POSITION:absolute;
	TOP:332px;
	TEXT-ALIGN:center;
	/*color: tag optional - implementation can use it to over ride copyright text color */
	/*Example- color:red; */
}
TD.lwLogin
{
	font-family:Arial; 
	color:white; 
	font-size:14px; 
	font-weight:bold; 
	padding-right:6px;
	/*filter: tag optional - implementation can use it to over ride filter on username and password captions*/
}
DIV.MainLoginDiv
{
	LEFT:141px;
	WIDTH:507px;
	POSITION:absolute;
	TOP:70px;
	HEIGHT:355px;
	BACKGROUND-COLOR:#669cd4;
	/* background-image:tag optional - implementation can use it to over ride background image*/
	/* Example- background-image:url(/Implementation/images/login/lwlogin.gif); */ 
	background-repeat:no-repeat;
}
/*Nish 9.1.0.11(root) 8/2/07 Issue 26168*/
DIV.lwHelpInfoText
{
	font-family:Verdana;
	padding-left:339px;
	/*RVV 12/04/2014 19.0.0.28(ROOT) IT#181513 Adjusted padding-left from 340 to 339px */
    /*Gladys 11/14/2014 19.0.0.16(root) IT#170661 Adjusted padding-left from 280 to 340px*/
	font-size:10px;
	POSITION:absolute;
	TOP:360px;	
}