DIV.dialog TABLE.headr, .dialog_modal TABLE.headr
{
	width: 100%;
	height: 35;
	cursor: default;
}

DIV.dialog TABLE.headr .body, .dialog_modal TABLE.headr .body
{
	background-image: url(images/top-mid.png); 
	height: 35px !important;
	vertical-align: middle;
	width: 100%;
	color: White;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

DIV.dialog TABLE.headr .right, .dialog_modal TABLE.headr .right
{
	width: 40;
	background-image: url(images/top-right.png);
	background-position: right top;
	background-repeat: no-repeat;
}

DIV.dialog TABLE.footer, .dialog_modal TABLE.footer
{
	height: 7px;
	width: 100%;
}

DIV.dialog .content *
{
	
}

.dialog .content-text
{
	vertical-align: middle;
	text-align: left;
	padding: 10px 10px;
	overflow: auto;
}

.dialog .titles
{
	background-color: #f0f0f0;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px;
	font-size: 120%;	
}

.dialog .buttons
{
	background-color: #f0f0f0;
	border-top: 1px solid #dfdfdf;
	padding: 10px;
	text-align: right;
}

.dialog .buttons INPUT
{
	margin-left: 5px;
}
