﻿.validatorCalloutHighlight 
{
    background-color: #601611; 
}

.modalBackground 
    {
      background-color:#4D0D0D; 
      filter:alpha(opacity=70);
      opacity:0.7; 
    } 


.modalPopup {
	background-color:#F7FAE8;
	border-width:3px;
	border-style:solid;
	border-color:#587B98;
	padding:3px;
	width:350px;
	color:#333333;
}

.modalPopup h1 
{
	font: 1.2em Tahoma, sans-serif;
	margin-bottom: 10px;
	font-weight:bold;
}