
.trnEditContainer{
	border:3px dashed #60DF61;
}

.trnEditor{
	position:fixed;
	top:50%;
	right:0;
	z-index:1000;
}

.trnInline{
	position:relative;
	right:0;
	z-index:100;
	height:45px;
}

.trnInlineEdit{
	position:relative;
	top:0;
	right:0;
	background-color:transparent;
	color:#60DF61;
	font-weight:bold;
	font-size:14px;
	background-color:#000;
	margin:5px 0 0 ;
	padding:4px 10px 4px 10px;
	border:1px dashed #FFF;
}

.trnSave{
	position:relative;
	background-color:transparent;
	color:#60DF61;
	font-weight:bold;
	font-size:14px;
	background-color:#000;
	margin:5px 0 0 ;
	padding:4px 10px 4px 10px;
	border:1px dashed #FFF;
	display:none;
}

.trnUpdate{
	position:relative;
	background-color:transparent;
	color:#60DF61;
	font-weight:bold;
	font-size:14px;
	background-color:#000;
	margin:5px 0 0 ;
	padding:4px 10px 4px 10px;
	border:1px dashed #FFF;
	display:none;
}

.trnCancel{
	position:relative;
	background-color:transparent;
	color:#60DF61;
	font-weight:bold;
	font-size:14px;
	background-color:#000;
	margin:5px 0 0 ;
	padding:4px 10px 4px 10px;
	border:1px dashed #FFF;
	display:none;
}

.trnResult{
	position:relative;
	background-color:transparent;
	color:#60DF61;
	font-weight:bold;
	font-size:14px;
	background-color:#000;
	margin:5px 0 0 ;
	padding:4px 10px 4px 10px;
	border:1px dashed #FFF;
	display:none;
}

.trnModal {
	color:#000;
}

.trnFrontPicture {
	text-align:left;
	height:25%;
	margin:10px 0 10px 0;
}

.trnFrontPicture img{
	height:200px;
	border:1px solid #CCC;
}

#trnRecordDesc{
	min-height:30px;
}
#trnRecordShortDesc{
	min-height:30px;
}

#trnRecordTitle{
	min-height:30px;
}
#trnRecordSeoDesc{
	min-height:30px;
}