
.editPreview {
	float: left;
	height: 210px;
	margin: 0 8px 15px 0;
	overflow: hidden;
	width: 248px;
	border: 1px solid #e0e0e0;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	background: #fff;
}
.editPreview p {
	height: 133px;
	margin: 15px 12px 0 15px;
	width: 218px;
	cursor: pointer;
	border: 1px solid #e0e0e0;
}
.editPreview h2 {
	font-size: 11px;
	margin: 0 15px;
	padding: 8px 0 5px 0;
}

.editPreview a.download {
	background: url(/img/icons/smallsave.png) no-repeat 0 3px;
	padding-left: 14px;
}



