<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "utf-8";

.smartDialogContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 499px;
	height: 326px;
	background-image: url("../images/wizard/smartTemplates/newsmart_mid.png");
	text-align: right;
}

.smartDialogTop {
	height: 36px;
	clear: both;
	background-image: url("../images/wizard/smartTemplates/newsmart_top.png");
}

.smartDialogClose {
	width: 30px;
	height: 36px;
	background-image: url("../images/wizard/smartTemplates/x.png");
	cursor: pointer;
	float: left;
}

.smartDialogHeader {
	width: 122px;
	height: 36px;
	float: right;
	margin-right: 5px;
}

.smartDialogLabel {
	height: 16px;
	padding-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #616779;
	text-align: right;
}

.smartDialogTextLine {
	height: 30px;
	padding-left: 20px;
	padding-right: 20px;
}

.smartDialogTextBox {
	width: 550px;
	height: 24px;
	font-size: 14px;
	/*background-color: #E9EBF0;*/
}

.smartDialogHelpMe {
	height: 44px;
	padding-top: 20px;
	background-image: url("../images/wizard/smartTemplates/newsmart_help.png");
	background-repeat: no-repeat;
	background-position: 110px;
	clear: both;
}

.smartDialogListHeader {
	height: 22px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #616779;
	text-align: right;
}

.smartDialogList {
	margin-right: 20px;
	height: 171px;
	width: 460px;
	overflow-y: auto;

}

.smartListItem {
	height: 23px;
	padding-right: 5px;
	padding-left: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #616779;
	cursor: pointer;
}

.smartSelectedItem {
	background-color: #97AFCA;
	color: #ffffff;
}

.smartTopBorder {
	border-top: 1px solid #D0D4DD;
}

.smartSideBorder {
	border-left: 1px solid #D0D4DD;
	border-right: 1px solid #D0D4DD;
}

.smartBottomBorder {
	border-bottom: 1px solid #D0D4DD;
}

.smartProBanner {
	width: 286px;
	height: 46px;
	background-image: url("../images/wizard/smartTemplates/ProBanner.png");
	float: left;
	margin-left: 23px;
	margin-top: 20px;
}

.smartDialogButtonsLine {
	height: 25px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}

.smartDialogOkButton {
	float: left;
	width: 41px;
	height: 21px;
	background-image: url("../images/wizard/smartTemplates/confirm.png");
	margin-right: 3px;
}

.smartDialogCancelButton {
	float: right;
	width: 41px;
	height: 21px;
	background-image: url("../images/wizard/smartTemplates/cancel.png");
}

.smartDialogBottom {
	height: 45px;
	background-image: url("../images/wizard/smartTemplates/newsmart_bottom.png");
	background-repeat: repeat-x;
}

.smartDialogBottomTip {
	margin-top: 9px;
	margin-right: 400px;
}
		</pre></body></html>