.dialog_overlay{
	width:100%;
	height:100%;
	background-color:#000;
	position:absolute;
	left:0;
	top:0;
	z-index:100;
}
.dialog .progress_icon{
	background-image:url(../../images/icons/wait.gif);
	padding:1px;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
	color:#666;
	display:inline;
}
.dialog{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	position:absolute;
	left:0;
	top:0;
	z-index:101;
}
.dialog div.title{
	height:15px;
	background-image:url(../../images/btn.png);
	padding:7px;
	background-color:#ccc;
	position:relative;
}
.dialog div.title div.close_button{
	position:absolute;
	right:6px;
	top:6px;
	width:15px;
	height:15px;
	background-color:#fff;
	background-image:url(../../images/close.png);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.dialog div.title span{
	color:#666;
	cursor:default;
	background-repeat:no-repeat;
	background-position:2% center;
}
.dialog div.buttons{
	text-align:right;
	padding:5px;
}
.dialog div.buttons input{
	margin-left:2px;
	background-color:#dadada;
	border:1px solid #ccc;
	background-position:center;
	background-image:url(../../images/btn.png);
	font-size:12px;
}
.dialog div.html_container{
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	border:1px solid transparent;
}
.dialog div.html_container.sunkenborder{
	border:1px inset #ccc;	
}
.dialog div.html_container.vscroll{
	overflow:hidden;
	overflow-y:auto;
	padding:5px;
}
.dialog .tabstrip{
	margin-top:5px;
	height:26px;
}
.dialog .tabcontent_spacer{
	padding:10px;
	border:1px solid #ccc;
}
.dialog .tabstrip span{
	padding:5px;
	border:1px solid #ccc;
	float:left;
	height:10px;
	margin-top:5px;
	background-image:url(../../images/gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	line-height:10px;
	cursor:default;
	color:#ccc;
}
.dialog .tabstrip span:hover{
	color:#666;
}
.dialog .tabstrip span.active{
	height:15px;
	margin-top:0;
	z-index:100;
	border-bottom:2px solid #fff;
	background-image:none;
	line-height:normal;
	color:#000;
}
