.w
{
    width: 80px;
    height: 40px;
    padding: 5px;
    position: absolute;
    z-index: 20;
    border: 2px solid #346789;
    border-top: 15px solid #346789;
    cursor: move;
    
     
}

.ep
{
    float: right;
    width: 0.7em;
    height: 0.7em;
    background-color: #994466;
    cursor: pointer;
}
.dragHover
{
    background-color: lightGray;
 
}

path
{
    
    cursor: pointer;
}

.Mandatory
{
    	font:10px sans-serif; 
}

.Optional
{
    	font:10px sans-serif; 
    border-left-style:dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    background-color:#E0E0FF;
    
    
}
.aLabel {
 	background-color:white; 
	padding:0.2em; 
	font:10px sans-serif; 
	color:#444;
	z-index:21;
	border:1px dotted gray;
	cursor:pointer;
}
