﻿.dkbntag-holder
{
	text-align: left;
}

.dkbntag-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background-color: white;

}
.dkbntag-vline { height: 100%; width: 1px !important; }
.dkbntag-hline { width: 100%; height: 1px !important; }
.dkbntag-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.dkbntag-tracker {
	*background-color: gray;
	width: 100%; height: 100%;
}

.custom .dkbntag-vline,
.custom .dkbntag-hline
{
	background: yellow;
}
.custom .dkbntag-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.hide-tag-area
{
    position: absolute;    
}
.hide-tag-areaDisplayNone
{
    position: absolute;    
    display: none;
}

.show-tag-area
{
    position:  absolute; 
    border-color: #f2e5b9;   
    border-style: dashed;
    border-width: medium;
}

.hide-tagged-name
{
    position: absolute; 
    cursor: default; 
    display: none;
}


.show-tagged-name
{
    position: absolute; 
    cursor: default;     
    margin: 1px; 
    padding: 5px;
    background-color: #655444; 
    font-family: Arial;
    color: #FFFFFF;    
    font-size: 12px; 
    font-weight: bolder;
}

