/* CSS to accompany longtap.js */

SPAN.showTitle {
position: fixed; 
background-color: lemonChiffon;
max-width: 400px;
color: black;
font-family: sans-serif;
text-align: left;
border: 1px solid black;
padding: 5px;
z-index: 10;
display: none;			/* initially hide this element */
}

IMG.floatIcon {
position: relative;
top: 0px;
right: 0px;
}