.commonDialogInput {
	padding: 2px 4px;
	border: solid 1px #E5E5E5;
	outline: 0;
	width: 195px;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	maxlength: 50;
	letter-spacing: 1px;
	color: #617798;
	outline: none;
}

.commonDialogLabel {
	font-size: 14px;
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}

.commDialogButtons {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 5px;
}

.commonDialogBtn {
	min-width: 40px;
	cursor: pointer;
	font-size: 12px;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	border-radius: 5px;
	border:0px;
	 cursor: pointer;
	 letter-spacing: .1em;
	 line-height: 1em;
	 margin: 0 0 0 .5em;
	 padding: .75em 2em;
	text-align: center;
	background: #f90;
	color: #fff;
	outline: none;
}
.commonDialogBtn:HOVER,.commonDialogBtn.ok:HOVER{
	background: #fa0;
	color: #fff;
}
.commonDialogBtn-disable{
	background: #aeaeae;
	color:#888;
	cursor: default;
}
.commonDialogBtn-disable:HOVER{
	background: #aeaeae;
	color:#888;
}

.commonDialogBtn-hide{
	display: none;
}

.commonDialogBtn.cancel {
	min-width: 40px;
	cursor: pointer;
	font-size: 12px;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	border-radius: 5px;
	border:0px;
	 cursor: pointer;
	 letter-spacing: .1em;
	 line-height: 1em;
	 margin: 0 0 0 .5em;
	 padding: .75em 2em;
	 letter-spacing: 2px;
	text-align: center;
	background: #ccc;
	color: #333;
	outline: none;
}
.commonDialogBtn.del{
	background: red;
}
.commonDialogBtn.cancel:HOVER{
	background: #ddd;
}

.commonDialogBtn.ok {
	min-width: 40px;
	cursor: pointer;
	font-size: 12px;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	border-radius: 5px;
	border:0px;
	 cursor: pointer;
	 font-size: 12px;
	 letter-spacing: .1em;
	 line-height: 1em;
	 margin: 0 0 0 .5em;
	 padding: .75em 2em;
	 letter-spacing: 2px;
	text-align: center;
	background: #f90;
	color: #fff;
}

.commonDialogBtnhover {
	background-color: #79caff;
	color: white;
}

.T_iframe {
	position: absolute; /*绝对定位保证iframe不会占用流布屄1�7空间*/
	left: 0px;
	top: 0px;
	width: 100%; /*100%保证可以覆盖整个div*/
	height: 100%;
	z-index: -1; /*-1保证iframe显示在div下方*/
}

.commDialogDragLayer {
	z-index: 10000;
	position: absolute;
	background: #ffffff;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 5px;
}

 .commDialogTitle {
	height: 46px;
	line-height: 46px;
	padding-left: 10px;
	text-align: left;
	font-size: 15px;
	font-family: Microsoft Yahei;
	color: #555555;
	border-bottom: 1px solid #e4e4e4;
	cursor: move;
	position: relative;
}

 .commDialogClose {
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	background: url("../images/alertbox_close.png");
	cursor: pointer;
}

 .commDialogClose:hover {
	width: 30px;
	height: 30px;
	float: right;
	margin-top: 8px;
	margin-right: 10px;
	background: url("../images/alertbox_close_over.png");
	cursor: pointer;
}

.commDialogDragLayer .commDialogContent {
	/* padding-left: 5px; */
	padding-top: 5px;
	overflow: hidden;
	/* border-left: 1px solid rgb(234,234,234);border-right: 1px solid rgb(234,234,234); */
}

.commDialogDragLayer .commDialogContent p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-indent: 28px;
	padding-bottom: 10px;
	font-family: Microsoft Yahei;
}

.commDialogDragLayer-mask {
	z-index: 7990;
	width: 100%;
	display: none;
	height:100%;
	position: fixed;
	top: 0px;
	left:0px;
	background:url("../images/dlg_overlay.png");
	zoom:1;
	color:#fff;
	overflow:hidden;
}

.dlg-content { /*	width:100%;*/
	/* height:100%; */
	font-family: 微软雅黑;
	display: none;
}

.dlg-content table {
	margin: 0 auto;
}

.dlg-content th {
	color: #989898;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
}

.dlg-content .td-input {
	width: 214px;
	height: 24px;
	line-height: 24px;
	background-color: #efefef;
	border: none;
	padding: 2px;
	margin: 0px;
}

.dlg-content .td-area {
	width: 214px;
	height: 34px;
	background-color: #efefef;
	border: none;
	padding: 2px;
	margin: 0px;
	overflow: auto;
}

.dlg-content td label {
	vertical-align: middle;
}

.msg-center {
	font-size: 13px;
	text-align: center;
	font-family: Microsoft Yahei;
	vertical-align: middle;
	height: 55px;
	width: 260px;
	margin:10px auto 0;
	overflow-y:auto;
}

.commondialog {
	display: none;
}
