﻿.msg_Box {
	width: 419px;
	position: absolute;
	height: 200px;
	z-index: 3;
}
.msg_Caption {
	height: 50px;
	color: #FFF;
	font-size: 14px;
	background-image: url(/Images/DlgBox/head1.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.msg_Caption table {
	width: 100%;
	height: 44px;
}
.msg_Caption table td {
	padding: 0;
}
.msg_Caption table td.Title {
	text-align: center;
}
.msg_Caption table td.Close {
	width: 50px;
	text-align: center;
	cursor: hand;
}
.msg_Container 
{
	height:160px;
	padding: 9px 15px;
	font-size: 14px;
	background-image: url(/Images/DlgBox/bg.gif);
	background-repeat: repeat-y;
}
.msg_ButtonContainer {
	background-image: url(/Images/DlgBox/bg.gif);
	background-repeat: repeat-y;
	text-align: right;
	padding: 0 20px 9px 0;
}
.msg_ButtonContainer input {
	border: 0;
	background-image: url(/Images/DlgBox/Button-bt-for6words.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
}
.msg_ButtonContainerBasicInfo {
	background-image: url(/Images/DlgBox/bg.gif);
	background-repeat: repeat-y;
	text-align: right;
	padding: 0 20px 9px 0;
}
.msg_ButtonContainerBasicInfo input {
	border: 0;
	background-image: url(/Images/DlgBox/Button-bt-for6words.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
}
.msg_Footer {
	background-image: url(/Images/DlgBox/foot.gif);
	background-repeat: no-repeat;
	height: 11px;
}

