@charset "utf-8";
/* CSS Document */
/* Template preview popup */
#templatePreviewWrapper {
	/*margin-top:10%;*/
	position: absolute;
	z-index:110;
	display:none;
	
	left:0;
	background-color: #ffffff;
	border:1px solid #444444;
	font-size: 11px;
	color: #4B4B4B;
	padding: 12px 15px 15px 15px;
}

#templatePreviewHeading {
	font-size: 16px;
	visibility:visible;
}

#templatePreviewBody {
	position: relative;
}

.profile-page .thumbnail_wrapper {
	padding: 5px 0px;
	
}

