div.Login {
   width: 100%;
   text-align: center;
   margin: 30px;
}

div.Login table {
   width: 300px;
   border: 2px outset #0054E3;
   font-family: Verdana, sans-serif;
   padding: 1px;
   background-color: #ECE9D8;
}

div.Login table td.errorMsg {
   text-align: center;
   font-weight: bold;
   color: red;
   padding-bottom: 10px;
}

div.Login table td.title {
   background-color: #0054E3;
   color: white;
   font-weight: bold;
   font-size: 14px;
   padding: 3px;
   border-bottom: 2px ridge #0054E3;
}

div.Login table.Login td.descCol {
   text-align: right;
   vertical-align: middle;
   padding-right: 10px;
}

div.Login table.Login td.LoginButton {
   text-align: right;
   vertical-align: middle;
   padding-right: 40px;
   padding-bottom: 10px;
}
div.Login input.HtmlButton{
   background-color: #F2F2ED;
}