@charset "utf-8";
body {}
.dialog {
	position: fixed;
	padding: 0px;
	z-index: 99999;
	background: #fff;
	border: 0px solid #fff;
}
.dialog-header {display: block;	position: relative;height: 1px;padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;line-height: 1px;}
.dialog-title {float:left}
.dialog-close {
	cursor: pointer;
	height: 35px;
	width: 40px;
	background-image: url(../../images/common/closepopup.png);
	background-repeat: no-repeat;
	position: relative;
	top:0px;
}
.dialog-content {display:block;padding:0px;overflow: scroll;overflow-x:hidden;overflow-y:hidden}
.dialog-mask {position:fixed; top:0; left:0; min-height:100%; width:100%; background:#000; opacity:.5; filter:alpha(opacity=5); z-index:9001}
.warning {border-top:none}
.warningheader {background-color: #fff;}
.uploadiframe{
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
.popupdiv{
	display: inline-block;
	float: left;
	height: 10px;
	width: 10px;
}
