body {
  background-image:  url(../images/top.jpg);
  background-position: top right;
  background-repeat: no-repeat;  
  margin: 0;
}

a:link, 
a:visited, 
a:hover{
   color:#000000;
   text-decoration:none;
}

.tableLogin{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #D0D0D0;
 	width: 400px;
}

.tdLoginTitle{
	font-size:18px;
	color:#FFFFFF;
	height: 59px;
	background-image:  url(../images/loginHeader.gif);
	text-align:center;
}

.tdLogin{
   padding-top:10px;
   font-size:11px;
   
}

.error{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  color:#FF0000;
}

.buttonOK{
  background-image:  url(../images/buttons/ok.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 4px 0 0 0;
  width: 100px;
  height: 22px;
  margin: 1px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  line-height: 95%;
}
