/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}

.ui-front {
	z-index: 1001 !important;
}

.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	outline: 0;
	border : 1px solid #333333;
	background : #ffffff;
	z-index : 1002 !important;
}

.ui-dialog .ui-dialog-titlebar {
	height:35px;
	padding-left:30px;
	padding-top:15px;
	border-bottom:1px solid #dadada;
}
.ui-dialog .ui-dialog-title {
	float: left;
	font-size:18px;
	line-height:22px;
	color : #33333;
	letter-spacing : -0.04em;
}
.ui-dialog .ui-dialog-titlebar-close {
	width:13px;
	height:13px;
	background:url(../../_images/dcg/common/pop_close.png) 0 0 no-repeat;
	overflow:hidden;
	text-indent:-99999px;
	position:absolute;
	right:20px;
	top:20px;
	border:none;
	padding:0;
}
.ui-dialog .ui-dialog-content {
	overflow: auto;
}
