.dlgyow
{
	padding-top: 0px;
	padding-bottom: 0px;
}
.dlgyow .header
{
	color: #fff;
}
.dlgyow .header .outer
{
	background: url(images/dlg-hdrouter.gif) right no-repeat;
	padding-right: 20px;
	height: 50px;
}
.dlgyow .header .inner
{
	background: url(images/dlg-hdrinner.gif) left no-repeat;
	padding-left: 20px;
	height: 50px;
}
.dlgyow .header .content
{
	padding-left:0px;
	background: url(images/dlg-hdrcont.gif) repeat-x;
}
.dlgyow .header .content .title
{
	text-align:left;
	width: 100%;
	vertical-align:middle;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
}
.dlgyow .header .content .icon
{
	padding-right: 5px;
}
.dlgyow .header .content .action
{
}
/* dialog body styles */
.dlgyow .body
{
	clear:both;
}
.dlgyow .body .outer
{
	background: url(images/dlg-bodyouter.gif) right repeat-y;
	padding-right: 8px;
}
.dlgyow .body .inner
{
	background: url(images/dlg-bodyinner.gif) left repeat-y;
	padding-left: 8px;
}
.dlgyow .body .content
{
	text-align: left;
	padding-top: 0px;
	background-color: #ffffff;
}
.dlgyow .body .content p
{
	margin: 0px 0px 0px 0px;
}
/* dialog footer styles */
.dlgyow .footer
{
}
.dlgyow .footer .outer
{
	background: url(images/dlg-footerouter.gif) right top no-repeat;
	padding-right: 8px;
}
.dlgyow .footer .inner
{
	background: url(images/dlg-footerinner.gif) left top no-repeat;
	padding-left: 8px;
}
.dlgyow .footer .content
{
	background: url(images/dlg-footercont.gif) repeat-x top;
}



