.jTagArea{
}

.jTagOverlay{
	width:100%;
	height:100%;
	position:relative;
}

.jTagDrag{
	/*width:100px;
	height:100px;*/
	border:2px dashed red;
	cursor: move;
}

.jTagInput{
	margin-right:44px;
}

.jTagSave{
	width:100%;
	/*background: black;*/
}

.jTagInput input{
	border:1px solid black;
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

.jTagSaveClose{
	cursor:pointer;
	float: right;
	width:18px;
	height:18px;
	background: url('../images/cancel.png') no-repeat;
	background-position: center center;
    background-color:#33A489;
}

.jTagDeleteTag{
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:5;
	width: 15px;
	height: 15px;
	background: url('../images/cancel.png') no-repeat;
    background-color:#33A489;
}

.jTagSaveBtn{
	cursor:pointer;
	float: right;
	width: 16px;
	height: 18px;
	background: url('../images/save.png') no-repeat;
	background-position: center center;
    background-color:#33A489;
}

/* TS doesnt work when image resized so disabled 
    .jTagPngOverlay{
	    background: url(../images/trans.png);
}*/

.jTagTag{
	opacity: 0;
	border:4px solid #215AB3;
	position:absolute;
    cursor: hand; 
    cursor: pointer;
}

.selected {        
    border-color: red!important;
}

.jTagTag span{
	width:100%;
	/*background-color:#33A489;*/
	color:#fff;
	height:20px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
	line-height:20px;
}

.jTagLabels{
	padding:5px;
}

.jTagLabels label{
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	float:left;
}
