.imagePreview .titleLeft {
	background: transparent url(../images/winDecor.gif) no-repeat 0px 0px;
	padding-left: 9px;
	height: 27px;
	overflow: hidden;
}
.imagePreview .titleRight {
	background: transparent url(../images/winDecor.gif) no-repeat right -40px;
	padding-right: 7px;
	height: 27px;
	overflow: hidden;
}
.imagePreview .titleCenter {
	background: transparent url(../images/winDecor.gif) repeat-x left -80px;
	height: 27px;
	overflow: hidden;
}
.imagePreview .titleText {
	height: 27px;
	line-height: 27px;
	font-size: 12px;
	float: left;
}
.imagePreview .closeBtn {
	background: transparent url(../images/winDecor.gif) no-repeat left -240px;
	height: 19px;
	overflow: hidden;
	display: block;
	float: right;
	width: 42px;
	text-decoration: none;
}
.imagePreview a.closeBtn:hover {
	background-position: left -280px;
}
.imagePreview .footerLeft {
	background: transparent url(../images/winDecor.gif) no-repeat left -120px;
	height: 7px;
	line-height: 7px;
	font-size: 0px;
	padding-left: 11px;
}
.imagePreview .footerRight {
	background: transparent url(../images/winDecor.gif) no-repeat right -160px;
	height: 7px;
	line-height: 7px;
	font-size: 0px;
	padding-right: 12px;
}
.imagePreview .footerCenter {
	background: transparent url(../images/winDecor.gif) repeat-x left -200px;
	height: 7px;
	line-height: 7px;
	font-size: 0px;
	padding-right: 12px;
}

.imagePreview .clearFloat {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.imagePreview .contentLeft {
	background: transparent url(../images/winBorder.gif) repeat-y left top;
	padding-left: 7px;
}
.imagePreview .contentRight {
	background: transparent url(../images/winBorder.gif) repeat-y right top;
	padding-right: 7px;
}
.imagePreview .contentCenter {
	border: 1px #5d7a69 solid;
	background-color: #ffffff;
	padding: 8px;
}
