								/* CSS Document */
body.main
{
	margin:		0px 10px 0px 10px;
}
div.mainSection
{
	color:			#FFFFFF;
	margin:			0px 0px 0px 0px;
}
table.innerMailArea
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight:	normal;
}
div.loginSection
{
	background-image:		url(/Shared/Images/GIF/selectedTabBg.gif);
	margin:					-172px 10px 0px 30px;
	width:					550px;
	z-index:				3;
}
div.loginSectionShadow
{
		background:				#CCCCCC;
		height:					150px;;			
		margin:					20px 10px 0px 50px;
		width:					545px;
		z-index:				0;
		filter: 				alpha(opacity=30);
		-moz-opacity: 			1.20; 
		opacity: 				1.20; 
		-khtml-opacity: 		1.0;	
}
table.userLoginWindow
{
		font-family:			Arial;
		font-size:				12px;
		font-weight:			bold;		
}
.dvvnlUserLogin
{
		font-family:			Arial;
		font-size:				16px;
		font-weight:			bold;
}
.textButton
{	
		border: 				#CCCCCC 1px solid;
		background-color:		#F9FAF9;	
		color:					#000000;
		font-size: 				8pt;
		font-family:			Verdana, Arial, Helvetica, sans-serifl; 
		height:					20px;
}  
.loginButton
{
		background-image:		url(/Shared/Images/GIF/login.gif);
		background-repeat:		no-repeat;
		background-position:	left;
		background-color:		#F9FAF9;	
		border: 				#CCCCCC 1px solid;
		color: 					#000000;
		font-size: 				8pt;
		font-family:			Verdana, Arial, Helvetica, sans-serifl; 
		font-weight:			bold;
		height:					20px;
		padding-left:           15px;
		text-transform:			capitalize;	
}.closeButton
{
		background-image:		url(/Shared/Images/GIF/close.gif);
		background-repeat:		no-repeat;
		background-position:	left;
		background-color:		#F9FAF9;	
		border: 				#CCCCCC 1px solid;
		color: 					#000000;
		font-size: 				8pt;
		font-family:			Verdana, Arial, Helvetica, sans-serifl; 
		font-weight:			bold;
		height:					20px;
		padding-left:           10px;
		text-transform:			capitalize;	
}
a.forgotPassword
{
		color:					#666666;
		font-size:				11px;
		text-decoration:		none;
}
a.forgotPassword:hover
{
		color:					#666666;	
		font-size:				11px;
		text-decoration:		underline;
}
.errorMsg
{
		color:					#FF0000;
		padding:                0px 0px 0px 0px;
		font-size: 				9pt;
		font-style: 			normal;
}