﻿.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:#C91217;
}

.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
{
	border-style:none;
	width:77px;
	height:29px;
	cursor:hand;
}