/* Message Style **************************************************************************/

.Message
{
	width:100%;
	text-align:center;
}
.Message .Outline
{
	border-bottom:0px solid #CFCFCF;
}
.Message .TopBg
{
	background: url('images/delete_bg_top.gif') no-repeat center 0px;
	height:21px;
}
.Message .BottomBg
{
	background: url('images/delete_bg_bottom.gif') no-repeat center 0px;
	height:20px;
}
.Message .Text
{
	font:12px 'Dotum';
	color:#6E6E6E;
	text-align:center;
	padding:20px 0px 10px 0px;
}
.Message .Value
{
	text-align:center;
	padding:15px 0px 0px 0px;
}
.Message .Button
{
	text-align:center;
	padding:0px 0px 15px 0px;
}

