﻿body {
}
.strip
{
background: #dff0d8; 
color: #3c763d;
}

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td
{
border-radius: 7px;
background-color: #CE5454;
color: white;
font-family: "Helvetica Neue" , Roboto, Arial, "Droid Sans" , sans-serif;
font-size: 13px;
font-weight: 400;
line-height: 1.471;
text-align:left;


}
.border
{
border: 1px solid #CE5454;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell
{
display:none;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_close_button_cell
{
display:none;
}
.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table
{
width:150px;
}
