.MessageDialog
{
	width:400px;
	height:500px;
	background-color:none;
	border: solid 0px #000000;
}

.MessageDialogHeader
{	
	width:400px;
	padding:0px 0px 0px 0px;
	color:#ffffff;
	font-family:Verdana;
	font-size:14pt;
	font-weight:bold;
	height: 35px;
	background-image: url(../Images/Dialog/Top.png);
	background-repeat: no-repeat;
}

.MessageDialogBody
{
	background-image: url(../Images/Dialog/content.png);
	background-repeat: repeat-y;	
	min-height:140px;
	text-align:center;
	padding:30px 10px 10px 10px;
}

.MessageDialogFooter
{
	width:400px;
	padding:0px 0px 0px 0px;
	text-align:center;
	display: block;
	height: 7px;
	vertical-align:middle;
	background-image:url(../Images/Dialog/bottom.png);
	background-repeat: no-repeat;
}

.MessageDialogClose:link, .MessageDialogClose:active, .MessageDialogClose:visited 
{
	background: #409a16;
	padding: 3px 0px 3px 0px;
	text-align: center;
	display: block;
	width: 80px;
	margin: 8px auto 0px auto;
	border: 1px solid;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-color: #52a22c;
	text-decoration: none;
}
.MessageDialogClose:hover
{
	background: #3dba00;
	border-color: #0f3e1c;
}

.MessageDialogTitle {
width: 350px;
float: left;
text-align: left;
margin: 0px;
padding: 9px 0px 0px 15px;
font-size: 12px;

}
.MessageDialogX:link, .MessageDialogX:active, .MessageDialogX:visited {
position: absolute;
top: 6px;
right: 9px;
display: block;
width: 33px;
height: 23px;
border: 0px;
text-decoration: none;
background-image:url(../Images/Dialog/close.png);
background-repeat: no-repeat;
}


.MessageDialogX:hover {
background-image:url(../Images/Dialog/close-hover.png);

}


.MessageDialogBody5
{
	background-image: url(../Images/Dialog/content.png);
	background-repeat: repeat-y;	
	height:300px;
	text-align:center;
	padding:30px 10px 10px 10px;
}