﻿.alert {
  padding: 8px 35px 8px 34px;
  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;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative; 
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  background: url("../Images/icon-validation-success.png") no-repeat 7px 7px #DFF0D8;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
  background: url("../Images/icon-validation-error.png") no-repeat 7px 7px #F2BFBB; padding: 8px 8px 8px 35px; margin-bottom: 20px; color: black; text-shadow: none; border: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  background: url("../Images/icon-validation-info.png") no-repeat 7px 7px #D9EDF7;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}