.dialog-loading {width: 100%; background:url(../../common/img/icons/ajax_loader.gif) no-repeat 50% 50%; height:200px}
.dialog-mask{border:0px; background:#000; margin:0px; padding:0px; position:absolute; top:0px; left:0px;}

.dialog-box {background:transparent;}
.dialog-box .dialog-header {padding:0;}
.dialog-box .dialog-title {
	margin-right: 50px;
	float: left;
	text-align:left;
}


.dialog-box .dialog-close {
	position: absolute;
	right: 12px;
	cursor:pointer; 
	margin:-4px 0 0 0;	
	width:16px;
	height:15px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.dialog-box .dialog-close-png, .dialog-box .dialog-close-gif {
	background-repeat: no-repeat;
}

.dialog-box .dialog-close {
	background-image:url(../../img/core/lightbox/lightbox_x.png);
}

.dialog-box .dialog-close-gif {
	background-image:url(../../img/core/lightbox/lightbox_x.gif);
}

.dialog-box .dialog-content {
	background-color: transparent;
	background-repeat: repeat-x;
	clear:both;
	margin:0;
	padding: 0;
	color:#666666;
}

.dialog-box .dialog-content-div {padding: 0;}
.dialog-box .dialog-button {clear:both; border-top: 1px solid #4f6d81; text-align:center; margin:0px; padding-top:5px;}


.dialog-box {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1280px; /* based on image dimensions */
 color:#000;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0; /* spacing under dialog */
}

.dialog-box .rounded-content,
.dialog-box .rounded-t,
.dialog-box .rounded-b,
.dialog-box .rounded-b div {
 background-color: transparent;
 background-repeat: no-repeat;
 background-position: top right;
 /*background-image: url(../../img/core/lightbox/lightbox_background.png);*/
 background-image: url(../../img/gadget/gadget_back_default.png);
}

.dialog-box .rounded-content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:12px 20px 0px 0px;
}

.dialog-box .rounded-t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:3000px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog-box .rounded-b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog-box .rounded-b,
.dialog-box .rounded-b div {
 height:15px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog-box .rounded-b {
 background-position:bottom right;
}

.dialog-box .rounded-b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}