﻿.modalBackground
{
    background-color: #89CFF5;
    border-color:Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: White;
    border-width: 3px;
    border:0;
    border-style: solid;
    padding: 3px;
    width: 100%;
}
.PopupTitle
{
	height: 26px;
	cursor: move;
	background-image: url(../img/ealert/WindowTitle.gif);
	background-repeat: repeat-x;
	color: white;
	line-height:26px
}

.PopupTitleText
{
	font-family:Tahoma;
	font-size: 10pt;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	float:left;
	color:White;
}
.PopupTitleClose
{
      float:right;
      margin-right:5px;
	  padding-top:5px;
      cursor:pointer;
}
