.bootstrap-popupmessage .modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: #fff;
  border: rgba(0, 0, 0, 0);
}
.bootstrap-popupmessage .modal-message .modal-dialog {
  width: 300px;
}
.bootstrap-popupmessage .modal-message .modal-body,
.bootstrap-popupmessage .modal-message .modal-footer,
.bootstrap-popupmessage .modal-message .modal-header,
.bootstrap-popupmessage .modal-message .modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center!important;
}
.bootstrap-popupmessage .modal-message .modal-title {
  font-size: 17px;
  color: #737373;
  margin-bottom: 3px;
}
.bootstrap-popupmessage .modal-message .modal-body {
  color: #737373;
}
.bootstrap-popupmessage .modal-message .modal-header {
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0 8px;
}
.bootstrap-popupmessage .modal-message .modal-header .fa,
.bootstrap-popupmessage .modal-message .modal-header .glyphicon,
.bootstrap-popupmessage .modal-message .modal-header .typcn,
.bootstrap-popupmessage .modal-message .modal-header .wi {
  font-size: 30px;
}
.bootstrap-popupmessage .modal-message .modal-footer {
  margin: 25px 0 20px;
  padding-bottom: 10px;
}
.bootstrap-popupmessage .modal-backdrop.in {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: .75;
  -moz-opacity: .75;
  opacity: .75;
}
.bootstrap-popupmessage .modal-backdrop {
  background-color: #fff;
}
.bootstrap-popupmessage .modal-message.modal-success .modal-header {
  color: #53a93f;
  border-bottom: 3px solid #a0d468;
}
.bootstrap-popupmessage .modal-message.modal-info .modal-header {
  color: #57b5e3;
  border-bottom: 3px solid #57b5e3;
}
.bootstrap-popupmessage .modal-message.modal-danger .modal-header {
  color: #d73d32;
  border-bottom: 3px solid #e46f61;
}
.bootstrap-popupmessage .modal-message.modal-warning .modal-header {
  color: #f4b400;
  border-bottom: 3px solid #ffce55;
}
