.prototip {
position:absolute;
}
.prototip .effectWrapper {
position:relative;
}
.prototip .tooltip {
position:relative;
}
.prototip .toolbar {
position:relative;
display:block;
}
.prototip .toolbar .title {
display:block;
position:relative;
}
.prototip .content {
clear:both;
}
.prototip .toolbar a.close {
position:relative;
text-decoration:none;
float:right;
width:15px;
height:15px;
background:transparent url(/images/close.gif);
display:block;
line-height:0;
font-size:0px;
border:0;
}
.prototip .toolbar a.close:hover {
background:transparent url(/images/close_hover.gif);
}
.iframeShim { 
position:absolute;
border:0;
margin:0;	
padding:0;
background:none;
}

/* ---- Tooltip styles ---- */
.prototip .default {
/*width:300px;*/
color:#333;
font-family:Arial, Helvetica, sans-serif;
}
.prototip .fixed {
width:300px;
}
.prototip .default .toolbar, .prototip .fixed .toolbar {
background:#4297FF;
font:italic 17px Georgia, serif;
}
.prototip .default .title {
padding:4px;
font-size:0.65em;
background-color:#FFF9EA;
color:#2378BE;
font-style:normal;
font-weight:bold;
border-top:1px solid #FDBF7B;
border-left:1px solid #FDBF7B;
border-right:1px solid #FDBF7B;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
}
.prototip .fixed .title {
padding:4px;
font-size:0.75em;
background-color:#2378BE;
color:#FFF;
font-style:normal;
font-weight:bold;
border-top:1px solid #2378BE;
border-left:1px solid #2378BE;
border-right:1px solid #2378BE;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
text-align:center;
}
.prototip .default .content {
font:11px Arial, Helvetica, sans-serif;
padding:4px 4px 2px 4px;
border:1px solid #FDBF7B;
background-color:#FFF9EA;
}
.prototip .fixed .content {
font:11px Arial, Helvetica, sans-serif;
padding:4px;
border-top:none;
border-left:1px solid #ACC2DD;
border-right:1px solid #ACC2DD;
border-bottom:1px solid #ACC2DD;
background-color:#F0FCFF;
}
.prototip .fixed .content p {
padding:3px 0;
}