#selectuser {
	background: #FFF;
    border: 1px solid #666666;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
    box-shadow: inset 0px 0px 16px 0px rgba(50, 50, 50, 1);
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	min-height: 70px;
}
.templateinstance {
	width: 262px;
	padding: 10px;
	display: inline-block;
	position: relative;
}
.templateloader {
	width: 242px;
	height: 242px;
	border: 1px solid #999;
	overflow: hidden;
}
.templateloader iframe {
	transform: scale(0.2, 0.2);
	transform-origin: top left;
	width: 1200px;
	height: 1200px;
	overflow: hidden;
}
.templatefile {
	display: none;
}
.templatename {
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
}
.tloverlay {
	background-color: rgba(150,150,150,0);
	width: 242px;
	height: 242px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}
.tloverlay:hover {
	background-color: rgba(150,150,150,0.5);
}