.textbox
{
position: absolute;
border: 2px rgba(255,255,255,0.61) solid;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 8px;
background: rgba(255, 255, 255, 0.61);
color: rgba(25,25,25,1);
font-size: 13px;
font-weight: inherit;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-decoration: inherit;
text-align: left;
line-height: 1.25em;
z-index : 2;
}

.textboxline 
{
width: 40px;
height: 20px;
border-bottom: 2px solid rgba(255,255,255,0.61);
left: -45px;
top: 47px;

transform:
translateY(-20px)
translateX(5px)
rotate(-45deg); 
			
-ms-transform:
translateY(-20px)
translateX(5px)
rotate(-45deg); 

-moz-transform:
translateY(-20px)
translateX(5px)
rotate(-45deg); 
		
-webkit-transform:
translateY(-20px)
translateX(5px)
rotate(-45deg); 

position: absolute;
z-index : 2;
     
    }
	
.circle 
{
width: 5px;
height: 5px;
border: 2px rgba(255,255,255,1) solid;
background: rgba(255, 255, 255, 1);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
z-index : 2;
position: absolute;
left: -30px;
top: 52.5px;
}
	
.textboxexplain
{
position: absolute;
bottom: 0px;
right: 0px;
padding: 12px 12px 12px 12px;

width: -moz-calc(100% - 24px);
/* WebKit */
width: -webkit-calc(100% - 24px);
/* Opera */
width: -o-calc(100% - 24px);
/* Standard */
width: calc(100% - 24px);
visibility: hidden;

-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
transition: width 0.3s ease;
opacity: 0;
background: rgba(255, 255, 255, 0.8);
color: rgba(25,25,25,1);
font-size: 13px;
font-weight: inherit;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-decoration: inherit;
line-height: 1.25em;
z-index : 3;
}
.textboxexplain.navigationopen
{
min-width: 100px;
bottom: 0px;
right: 0px;
padding: 12px 12px 12px 12px;

width: -moz-calc(100% - 224px);
/* WebKit */
width: -webkit-calc(100% - 224px);
/* Opera */
width: -o-calc(100% - 224px);
/* Standard */
width: calc(100% - 224px);


-webkit-transition: width 0.3s ease;
-moz-transition: width 0.3s ease;
transition: width 0.3s ease;
background: rgba(255, 255, 255, 0.61);
}

.close
{
width: 39px;
height: 21px;
float:right;
color: rgb(25,25,25);
font-size: inherit;
font-weight: bold;
font-family: Verdana, Geneva, sans-serif;
font-style: inherit;
text-align: left;
z-index : 4;
line-height: 1.3em;
}




