html {
  position: relative;
  min-height: 100%;
}

body {
	margin-bottom: 60px; /* footer height */

}

.container {
}


form#form_login {
	width: 300px;
	margin: 0 auto;
}

#form_login .input-group {
	margin-bottom: .5em;
}

#form_login button {
	width: 300px;
}

#form_changepassword .input-group {
	margin-bottom: .5em;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.gift-detail dd {
	margin-bottom: .8em;	
}

td.book, th.book {
	text-align: center;
}