a.close {
	border:1px solid #bbb;
	background:#fff;
	padding:1px 5px;
}
a.close:hover {
	border:1px solid #000;
}

.dialog_header{
	padding:5px;
	height:18px;
 	text-align:center;
	background: url(../images/inactive.gif) repeat-x #eceaea; 	
}
.dialog_header * { 	font-size: 14px;
}

.dialog_footer{
	color: #a0a0a0;
	margin: 0;
	height:18px;
	padding:5px;
	background: url(../images/inactive.gif) repeat-x #eceaea; 	
}

.dialog_content {
	border:1px inset #bbb;
	background:#fff;
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
}
.dialog_content .contentTable {
	table-layout:auto;
}
