/*
#paumail-template-viewer {
	display: none;
	height: 400px;
	overflow: auto;
	border: 1px dashed #DDDDDD;
}
.paumail-template-thumbnail {
	float: left; 
	text-align: center; 
	width: 100px;
	border: 1px solid #DDDDDD;
}
.paumail-template-thumbnail:hover {
	background-color: #EEEEEE;
}
*/

#paumail-template-viewer.view-me {
	display: block;
}

#paumail-template-previewer {
	background-color: #FFF; 
	color: #333; 
	position: relative; 
	top: 5%; 
	left: 0; 
	margin-left: 5%;
	margin-right: 5%;
	width: auto;
	height: 90%; 
	padding: 10px;
	z-index: 100003;
	overflow: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#paumail-template-render h3, 
#paumail-template-render-text h3 {
	border-bottom: 1px solid #DDD;
	margin-bottom: 0;
	color: #CCC;
}