﻿#login {
  text-transform: uppercase;
  display: table;
  table-layout: fixed;
  background-color: #fcf8eb;
  font-size: 16px;
  color: #9c917f;
  height: 162px;
  /*.forgotId {
        background: url('../TodaysEscapes/Images/Forgot.gif');
        color: transparent;
        width: 76px;
        height: 30px;
        border: 0px;
        display: inline-block;
        position: relative;
        top: 2px;
        vertical-align: middle;
    }*/
}
#login input[type='submit'] {
  background: url('Images/Login.gif');
  color: transparent;
  width: 88px;
  height: 26px;
  border: 0px;
  position: relative;
  vertical-align: middle;
}
#login div.input-group {
  display: table-row;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
#login div.input-group label {
  display: inline-block;
  table-layout: fixed;
  width: 92px;
  text-align: left;
  padding: 0 16px 0 0;
  margin: 0 0 0 0;
  color: #9c917f;
  font-size: 16px;
  text-align: right;
}
#login div.input-group input {
  display: table-cell;
  width: 80px;
  table-layout: fixed;
  margin: 2px 0px 2px 0px;
  font-size: 12px;
  color: #000;
  font-family: Helvetica, Arial, Verdana, Sans-serif;
  background-color: #fcf8eb;
  border-top: 1px solid #83817b;
  border-right: 1px solid #f9f5e8;
  border-bottom: 1px solid #f9f5e8;
  border-left: 1px solid #83817b;
}
#login div.center-group {
  display: inline-block;
  width: 100%;
  padding: 20px 0 20px 0;
}
#login div.center-group div label {
  width: 50%;
  text-align: center;
}
#login div.center-group div input {
  width: 20px;
}