.ip-dialog-widget 
{
	position: absolute;
	z-index: 1000;
	background-color: white;
	visibility: hidden;
	padding: 1px;
}

.ip-dialog-widget .header
{
	height: 22px;
	background-image: url(../gfx/dialog/header.gif);
}

.ip-dialog-widget .header .title 
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 120%;
	
	padding-left: 6px;
	padding-top: 3px;
}

.ip-dialog-widget .header .close
{
	float: right;
	margin: 6px;
	
	cursor: pointer;
	cursor: hand;
}

.ip-dialog-widget .contents 
{
	margin: 6px;
}

.ip-dialog-widget-overlay
{
	position: absolute;
	z-index: 999;
	background: #000000;
}