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

.templatePreviewDialogContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 708px;
	height: 550px;
	background-image: url("../images/wizard/templates/preview_mid.png");
	text-align: right;
}

.templatePreviewDialogTop {
	height: 39px;
	background-image: url("../images/wizard/smartTemplates/pop_top_middle.png");
	clear: both;
}

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

.templatePreviewDialogHeader {
	width: 122px;
	height: 39px;
	float: right;
	background-image: url("../images/wizard/templates/template_h_pop.png");
}

.templatePreviewDialogBottom {
	clear: both;
	height: 10px;
	background-image: url("../images/wizard/templates/preview_bottom.png");
}

.templatePreviewPicture {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	width: 416px;
	height: 508px;
	background-repeat: no-repeat;
}

.templatePreviewTextContent {
	height: 240px;
	width: 250px;
	padding-right: 20px;
	padding-top: 15px;
}

.templatePreviewTitle {
	font-size: 12px;
	font-weight: bold;
	color: #004282;
}

.templatePreviewText {
	font-size: 12px;
	color: #616779;
}

.templatePreviewUpgrade {
	width: 168px;
	height: 165px;
	background-image: url("../images/wizard/templates/temp_upgrade_banner.png");
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

.templatePreviewBanner {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}</pre></body></html>