﻿.eAlertIn
{
  
    height: 15px;
    color: Red;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px red;
    padding-left: 10px;
    background-color: #FFDDDD;
}


.eAlert
{

    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.eAlertIn a
{
 
    text-decoration: none;   
      color: Red;
      font-size: 10pt;
      display: block;
    
}