.jTagArea{
}

.jTagOverlay{
	width:100%;
	height:100%;
	position:relative;
}

.jTagDrag{
	width:150px;
	height:60px;
	border:2px dashed #FCD61F;
	cursor: move;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.jTagInput{
	margin-right:44px;
}

.jTagSave{
	width:100%;
	background-color:#4e4e4e;
	overflow:hidden;
	padding:4px 7px 2px;
	-moz-border-radius:0px 0px 3px 3px;
	-webkit-border-radius:0px 0px 3px 3px;
	border-radius:0px 0px 3px 3px;
	position:absolute;
	bottom:-48px;
	left:-8px;
	box-shadow: 1px 1px 8px #000000;
	-moz-box-shadow: 1px 1px 8px #000000;
	-webkit-box-shadow: 1px 1px 8px #000000;
}

.jTagInput input{
	width:95%;
	float:left;
	padding:6px 2px;
}

.jTagSaveClose{
	cursor:pointer;
	float: right;
padding:3px 2px;
}
.jTagSaveBtn{
	cursor:pointer;
	float: right;
padding:3px 2px;
}
.jTagDeleteTag{
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index:5;
	width: 20px;
	height: 20px;
	background: url('../images/cancel.png') no-repeat;
}



.jTagPngOverlay{
	background: url('../images/trans.png');
}


.jTagTag{
		/*border:1px solid red;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding:6px;*/
	position:absolute;
	font-family:Tahoma, Geneva, sans-serif;
	}

.jTagTag span{
	position:absolute;
    background: url('../images/trans.png');
	background-repeat:repeat;
	border:3px solid #FC0;
    -moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
    box-shadow: 1px 1px 8px #000000;
    color: white;
	width:100%;
	height:100%;
	top:-6px;
	font-size:18px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.jTagLabels{
	padding:5px;
	position:absolute;
	top:0px;
	left:200px;
	background-color:#FFC;
	padding:4px;
	border:1px solid #eee;
	display:none;
}

.jTagLabels label{
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	float:left;
	color:#000;
}
