



.dialog 
{
	width: 400px;
	margin: 0 auto;
}

.dialog-header
{
	height: 58px;
	padding: 4px 4px 3px;
	background-image: url('/img/bg/dialog-top.png');
	background-repeat: no-repeat;
}

.dialog-header .content
{
	height: 52px;
	padding: 4px 12px;
}

.dialog-header .title
{
	line-height: 52px;
	color: #FFFFFF;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Verdana, Sans;
	text-align: right;
}

.dialog-body
{
	padding: 0 4px;
	background-image: url('/img/bg/dialog-body.png');
	background-repeat: repeat-y;
}

.dialog-body .content
{
	padding: 9px 12px;
}

.dialog-footer
{
	padding: 0 4px 4px;
	height: 14px;
	background-image: url('/img/bg/dialog-bottom.png');
	background-repeat: no-repeat;
}

