.parentTool{
position:absolute;
width:223px;
background-color:transparent;
z-index: 1000;
/*
opacity:0.9;
-moz-opacity:0.9;
filter:alpha(opacity=90);
*/
}

.toolTop{
position:relative;
float:left;
width:237px;
height:24px;      
background: url('./images/tipTop.png') no-repeat;
}

.toolCenter{
position:relative;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
letter-spacing: 0px;
line-height: 14px;
color: #676767;	
float:left;
width:190px;
padding: 10px 20px 10px 30px;
background: transparent url('./images/tipCenter.png') repeat-y;
}

.toolBottom{
position:relative;
float:left;
width:237px;
height:6px;      
background: transparent url('./images/tipBottom.png') no-repeat;
}

.parentToolMap{
position:absolute;
width:154px;
background-color:transparent;
z-index: 1000;
/*
filter:alpha(opacity=80);
opacity:0.8;
-moz-opacity:0.8;
*/
}

.toolTopMap{
position:relative;
float:left;
width:154px;
height:27px;      
background: transparent url('./images/tipTopMap.png') no-repeat;
}

.toolCenterMap{
position:relative;
font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
color: #676767;	
float:left;
width:114px;
padding: 5px 20px 5px 30px;
background: transparent url('./images/tipCenterMap.png') repeat-y;
}

.toolBottomMap{
position:relative;
float:left;
width:154px;
height:13px;      
background: transparent url('./images/tipBottomMap.png') no-repeat;
}


