﻿body 
{
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position:top;
	background-attachment: fixed;
	background-color: #c0c0c0;
	margin:0px,0px,0px,0px;	
}

/* style for ie download link  */
.a_ie:link
 { text-decoration: underline; 
	color: #ffffcc; 
	font-weight: bold;}
.a_ie:visited
 { text-decoration: underline; 
	color: #ffffcc; 
	font-weight: bold;}
.a_ie:hover 
{ text-decoration: underline; 
	color: #a53821; 
	font-weight: bold;}
.a_ie:visited:hover 
{ text-decoration: underline; 
	color: #a53821; 
	font-weight: bold;}
	
.errmsg
{
	color: #ffffff;
	font-family: Arial;
	font-size: small;
	padding-top: 10px;
}
	

#lbl_subtitle 
{
	font-size: 20pt; 
	color: #ffffff;
	}
	
#lbl_ownername 
{
	font-size: 40pt; 
	color: #ffffff;
	}

.lgntblIE6{
	background-image: url(images/login.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: small;
	height: 252px;
	width: 376px;
	margin-top: 60px;		
	}

.lgntbl{
	background-image: url(images/login.png);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: small;
	height: 252px;
	width: 376px;
	margin-top: 60px;		
	}
	
#td_ie
{
	color: #ffffff;
	font-family: Arial;
	font-size: smaller;
	padding-top: 20px;
	text-align: center;
}
	
.td_text
{ padding-left: 30px; 
  color: #ffffff; 
  width: 90px; 
  }
  
 .td_title 
 {
	padding-top: 20px; 
	font-family: Arial;
	}