.div_toolTip{
text-align:center;
/*background-color:#FFFFE8;*/
background-color:#FFFFE8;
border-color:#CCCCCC;
border-width:1px;
border-style:solid;
padding:10px;
}

.div_toolTip_title{
width:200px;
border-bottom-color:#CCCCCC;
border-bottom-width:1px;
border-bottom-style:solid;

}

.div_toolTip_content{
width:200px;
height:30px;
}


.wrap1, .wrap2, .wrap3 {
display:inline-table;
/* \*/display:block;/**/
}
.wrap1 {
visibility:hidden;
position:absolute;
top:0px;
left:0px;
float:left;
/*background:url(../images/patterns/shadow.gif) right bottom no-repeat;*/
}
.wrap2 {
/*background:url(../images/patterns/corner_bl.gif) left bottom no-repeat;*/
}
.wrap3 {
padding:0 5px 5px 0;
/*background:url(../images/patterns/corner_tr.gif) right top no-repeat;*/
}
