.templateitem {
	position: absolute;
	z-index: 10;
	font-size: 9px;
	border: 1px solid #cecece;
}

.templateitem_error {
	position: absolute;
	z-index: 10;
	font-size: 9px;
	border: 1px solid #d42f2f;
	background: #e2a5a5;
	opacity: .7;
	filter:alpha(opacity=70);
}

.templateitem_check {
	position: absolute;
	z-index: 10;
	font-size: 9px;
	border: 1px solid #75a48c;
	background: #c9e0d4;
	opacity: .7;
	filter:alpha(opacity=70);

}

.templatecontainer {
	position: relative;
	border: 1px solid #000000;
	
}

