﻿.MessageDialog
{
	width:500px;
	background-color:#ffffff;
	border: solid 1px #000000;
}

.MessageDialogHeader
{	
	width:500px;
	padding:10px 0px 10px 0px;
	color:#ffffff;
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	background-color:#063258;
}

.MessageDialogBody
{
	
	height:160px;
	text-align:center;
	padding:30px 10px 10px 10px;
}

.MessageDialogFooter
{
	width:500px;
	padding:10px 0px 10px 0px;
	text-align:center;
	vertical-align:middle;
	background-color:#CCCCCC;
}

.MessageDialogButton
{
	background-image:url(../images/btn_dlg_close.gif);
	border-style:none;
	width:121px;
	height:29px;
}
