/*
Licensed Materials - Property of IBM
IBM Sterling Web Forms - 5725-E39
Copyright IBM Corp. 2013 All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
*/

html, body 
{
	margin-top: 20px; 
	padding: 0;
}

table, th, td
{
	border-collapse:collapse;
	border-spacing: 0px;
	padding: 0;
}

.mainTable
{
	height: 400px;
	width: 540px;
	background-image: url('../images/Global/bkground.gif');

}

.innerTable
{
	height: 100%;
	width: 100%;
}

.backgroundTransparent
{
	background-image:url('../images/Global/Transparent.GIF');
}

.aDisplayLang
{
	text-decoration: none;
}

img 
{ 
   border:0;
}

.aDisplayLang, div, table, th, td, input[type=text], input[type=password]
{  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none;
}


