.messages {
  position: absolute;
  top: 30px;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px auto 10px auto;
  text-align: center;
  z-index: 100;
}
.alert {
  width: 300px;
  margin: auto;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert a {
  float: right;
  margin-right: 5px;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-heading {
  color: inherit;
}
.alert-success {
  background-color: #b7e2c5;
  border-color: #30804b;
  color: #30804b;
}
.alert-danger,
.alert-error {
  background-color: #ffc8be;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
