fieldset {
	padding: 2px;
}
.dlg_detail {
	margin: 5px 0px; width: 100%; text-align: left;
}
.dlg_detail .formRow {
	width: 100%; clear: both;
}
.dlg_detail .btnArea {
	padding: 0px 0px 5px 120px; clear: both;
}
.dlg_detail .formLabel {
	float: left;
}
.dlg_detail .formField {
	float: left;
}
.dlg_detail .formClew {
	float: left;
}
.dlg_detail .formLabel {
	width: 105px; text-align: right; color: rgb(119, 119, 255); line-height: 22px; padding-right: 10px; font-size: 13px; font-weight: bold; margin-right: 5px;
}
.dlg_detail .mustRow .formLabel {
	color: rgb(255, 0, 0);
}
.dlg_detail .formField {
	width: 300px; text-align: left; padding-bottom: 5px;
}
.dlg_detail .formField .text {
	padding: 2px; border: 1px solid rgb(127, 157, 185); border-image: none; color: rgb(51, 51, 255); line-height: 14px; font-family: "宋体", Arial, "仿宋", Tahoma, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: rgb(255, 255, 221);
}
.dlg_detail .formField .textMin {
	padding: 2px; border: 1px solid rgb(127, 157, 185); border-image: none; color: rgb(51, 51, 255); line-height: 14px; font-family: "宋体", Arial, "仿宋", Tahoma, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: rgb(255, 255, 221);
}
.dlg_detail .formField .textMid {
	padding: 2px; border: 1px solid rgb(127, 157, 185); border-image: none; color: rgb(51, 51, 255); line-height: 14px; font-family: "宋体", Arial, "仿宋", Tahoma, Verdana, Helvetica, sans-serif; font-size: 14px; background-color: rgb(255, 255, 221);
}
.dlg_detail .formField .text {
	width: 250px;
}
.dlg_detail .formField .textMin {
	width: 80px;
}
.dlg_detail .formField .textMid {
	width: 120px;
}
.dlg_detail .formField label {
	color: rgb(51, 51, 204); line-height: 24px; font-size: 13px;
}
.dlg_detail .formField .textarea {
	padding: 2px; border: 1px solid rgb(127, 157, 185); border-image: none; width: 250px; height: 100px; overflow: auto; background-color: rgb(255, 255, 255);
}
.dlg_detail .formField .clew {
	color: rgb(124, 124, 124); line-height: 18px; padding-top: 5px; font-size: 12px;
}
.dlg_detail .formClew {
	padding: 0px 0px 0px 5px; width: 100px; text-align: left; display: none;
}
.dlg_detail .formClew .errorClew {
	background: url("../images/problem.gif") no-repeat left; padding: 0px 0px 0px 10px; color: rgb(255, 0, 0); line-height: 24px; overflow: hidden;
}
.disabled {
	color: rgb(119, 119, 119);
}
