.bootstrap_alert .alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #C09853;
  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;
}
.bootstrap_alert alert-danger,
.bootstrap_alert .alert-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
}
.bootstrap_alert .alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.bootstrap_alert .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bootstrap_alert .alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.bootstrap_alert .alert-block > p,
.bootstrap_alert .alert-block > ul {
  margin-bottom: 0;
}
.bootstrap_alert ul,
.bootstrap_alert ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
.bootstrap_alert li {
  line-height: 20px;
}
