﻿.ui-dialog
{
	display:none;
	border:solid 1px #888888;
	background-color: #fff;
}

.ui-dialog-container 
{
	background-color:#ffffff;
}
.ui-dialog-buttonpane
{
    height: 40px;
}

.ui-dialog-buttonpane button
{
	margin-right:20px;
    float: right;
    margin-top: -10px;
}
.ui-dialog-titlebar
{
	background-image:url(panel/images/pnl_m.gif);
	background-position:center top;
	height:24px;
	line-height:20px;
	cursor:move;
	color:#ee7203;
	font-size:12pt;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding-left:4px;
}

.ui-dialog-titlebar-close
{
	background:transparent url(images/close.gif) no-repeat scroll 0 0;
	cursor:default;
	height:16px;
	position:absolute;
	right:8px;
	top:4px;
	width:16px;
	cursor:pointer;
}

.ui-dialog-titlebar-close-hover
{
	background:transparent url(images/close-hover.gif) no-repeat scroll 0 0;
}
.ui-dialog-titlebar-close span { display:none; }
/*
.ui-resizable-handle.ui-resizable-w
{
	background-image:url(panel/images/pnl_l.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:4px;
}

.ui-resizable-handle.ui-resizable-e
{
	background-image:url(panel/images/pnl_r.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:4px;
}*/