﻿.ModalPanel
{	
	background-color: #F0F0F0; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	width:500px;
	border: solid 1px #A8A8A8;
}


.contentImage
{
	float:left;	
	height: 66px;
	width: 70px; 
}

.contentErrorMessage
{	
	margin-bottom: 5px;
	margin-left: 85px; 
	margin-right: 15px; 
	margin-top: 5px; 
	text-align:left;	
}

.contentButtonDismess
{
	clear:both; 
	margin-bottom: 5px;
	text-align: center; 
}

.contentErrorTitle
{
	text-align:center; 
	border-bottom: solid 1px #D3D3D3; 
	padding-top: 2px; 
	padding-bottom:2px; 
	font-family:Arial Black; 
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}