.ui-dialog{
	background-color:#3B3B3C;
	color:#ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	border:1px solid #3c3c3b;
	background:#141414 url(../../images/jquery/dialog/dialog-bg.jpg) repeat-x top;
	border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px;
	
	position: absolute; padding: .2em; width: 300px; overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar{
	height:36px;
	width:98%;
	margin:0 10px;
	font-size:1.3em;
	border-bottom:#3c3c3b 1px solid;
	padding:5px 0;
	position: relative;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar{
	cursor:move;
}
.ui-dialog .ui-dialog-titlebar-close{
	width:16px;
	height:16px;
	background:url(../../images/jquery/dialog/dialog-titlebar-close.png) no-repeat;
	position:absolute;
	top:6px;
	right:7px;
	cursor:pointer;
	margin:10px 0 0 0;
}
.ui-dialog .ui-dialog-titlebar-close span{
	display:none;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus{
	background:#950000 url(../../images/jquery/dialog/dialog-titlebar-close.png) no-repeat;
}
.ui-dialog .ui-dialog-title{
	margin-left:5px;
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	top:7px;
	left:4px;
	font-family:verdana,arial,helvetica,sans-serif;
	
	float: left; margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-content{
	position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane{
	position:absolute;
	bottom:8px;
	right:12px;
	width:100%;
	text-align:right;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}
.ui-dialog .ui-dialog-buttonpane button{
	margin:6px;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
	border:#3c3c3b 1px solid;
	background:url(../../images/jquery/dialog/dialog-bt.png) repeat-x center;
}
.ui-dialog .ui-dialog-buttonpane button:hover{opacity:.6; filter:alpha(opacity=60); -moz-opacity:.6; cursor:pointer;}

/* Dialog handle styles */
.ui-dialog .ui-resizable-se{cursor:se-resize; width:9px; height:9px; right:0px; bottom:0px; background:transparent url(../../images/jquery/dialog/dialog-se.gif);}
/*
.ui-dialog .ui-resizable-n{cursor:n-resize; height:6px; width:100%; top:0px; left:0px; background:transparent url(../../images/jquery/dialog/dialog-n.gif) repeat scroll center top;}
.ui-dialog .ui-resizable-s{cursor:s-resize; height:8px; width:100%; bottom:0px; left:0px; background:transparent url(../../images/jquery/dialog/dialog-s.gif) repeat scroll center top;}
.ui-dialog .ui-resizable-e{cursor:e-resize; width:7px; right:0px; top:0px; height:100%; background:transparent url(../../images/jquery/dialog/dialog-e.gif) repeat scroll right center;}
.ui-dialog .ui-resizable-w{cursor:w-resize; width:7px; left:0px; top:0px; height:100%; background:transparent url(../../images/jquery/dialog/dialog-w.gif) repeat scroll right center;}
.ui-dialog .ui-resizable-sw{cursor:sw-resize; width:9px; height:9px; left:0px; bottom:0px; background:transparent url(../../images/jquery/dialog/dialog-sw.gif);}
.ui-dialog .ui-resizable-nw{cursor:nw-resize; width:9px; height:29px; left:0px; top:0px; background:transparent url(../../images/jquery/dialog/dialog-nw.gif);}
.ui-dialog .ui-resizable-ne{cursor:ne-resize; width:9px; height:29px; right:0px; top:0px; background:transparent url(../../images/jquery/dialog/dialog-ne.gif);}
*/
