BODY
{
  background-color: #ffffff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.loginBox
{
  border-width: 0;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border-style: inset;
  border-color: #444444;
}

.loginBoxOuter
{
  border-width: 0;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.loginBoxInner
{
  border-width: 1;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.loginBoxInner a
{  
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #0066cc;  
}
.fieldinput
{
  font-family: Arial;
  font-size: 12px;
}
.loginfailed
{
  color: red;
}
.footnote
{
  color: black;
  font-size: small;
  font-style: normal;
  text-decoration: none;
}
.footnote a
{
  color: #333399;
}
.footnote a:hover
{
  text-decoration: none;
}
.login-error-message
{
	color: red;
}
.tableWrapper
{
   border-style: solid;
   border-width: 1px;
   border-color: gray;
   background-color: #dcdcdc;
} 
.loginBoxMiddle
{  margin-top: 20px;}

#welcomemsg{
	position:absolute;
	width:580px;
	height:33px;
	z-index:1;
	left: 226px;
	top: 87px;
	padding-top: 5px;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#UserName, #Password {
width: 250px!important;
/*margin-left: 10px!important;*/
}