﻿.alert 
    {
        padding: 5px 15px 5px 15px;
        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;
}
.alertgrid
    {
        padding: 5px 15px 5px 15px;
        color: #c09853;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #fcf8e3;
        border: 1px solid #fbeed5;
        width:auto; float:none; clear:both;
}
.alertclose {
    background:transparent;
    height:0px;
    display:none;
}
.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.closelb
{

    font-size:12px;
    position: relative;
  top: -2px;
  right: -21px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-process
{
    border:1px solid #a6a6a6;
    color: #3a87ad;
    background-color: #d9edf7;
    margin-top:-1px;
}