div.dialog-layout {
	position: absolute;
	margin: 0px;
	padding: 0px;
	font-family:Trebuchet MS;
	background-color:buttonface;
}

div.dialog-header {
	border-width: 0px;
	background-color:white;
	
	cursor:move;
}
div.dialog-header table
{
    border-bottom:1px solid gray;
    color:Black;
    }
div.dialog-header table td.close
{
    text-align:center;
    cursor:pointer;
    }
div.dialog-header h1.headline
{
    padding:3px 20px;
    margin:0;
    font-size:14px;
    
    }
div.north-dialog-panel {
	border-width: 0px;
}

div.south-dialog-panel {
	border-width: 0px;
}

div.west-dialog-panel {
	border-width: 0px;
}

div.east-dialog-panel {
	border-width: 0px;
}

div.content-dialog-panel {
	border-width: 0px;
	overflow:hidden !important;
}

div.modal-cover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div.modal-cover2 {
	
}