﻿#divMessageBox, #ctl00_divMessageBox, #ctl01_divMessageBox
{
	border-style:dashed;
	border-width:1px;
	margin:5px 5px 5px 5px;
	padding:3px 3px 3px 3px;
	font-family:Verdana;
	font-size:12px;
}

.clsWarningMessage
{
	border-color:#FFCC00;
	background:#FFFFCC;
}

.clsWarningMessage th
{
	width:32px;
	height:32px;
	/*background:url(../img/alert_32x32.png) no-repeat;*/
	border:none;	
	min-width:32px;
}

.clsErrorMessage
{
	border-color:#660000;
	background:#FFE6E8;
}

.clsErrorMessage th
{
	width:32px;
	height:32px;
	/*background:url(../img/error_32x32.png) no-repeat;*/
	border:none;
	min-width:32px;
}

.clsSuccessMessage
{
	border-color:#00CC33;
	background:#E3FFDD;
}

.clsSuccessMessage th
{
	width:32px;
	height:32px;
	/*background:url(../img/ok_32x32.png) no-repeat;*/
	border:none;
	min-width:32px;
}

.clsInfoMessage
{
	border-color:#0033CC;
	background:#ECF9FF;
}

.clsInfoMessage th
{
	width:32px;
	height:32px;
	/*background:url(../img/info_32x32.png) no-repeat;*/
	border:none;
	min-width:32px;
}

#spanCloseMessageBox
{
	float:right; 
	background-color:gray; 
	color:white; 
	font-weight:bold; 
	width:20px; 
	text-align:center; 
	cursor:pointer;
	font-family:Arial;
}