.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(close.gif) no-repeat;
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
/*.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }*/

.prototip .default {
  width: 180px;
  color: #fff;
  border:#999999 solid 1px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  text-transform:none;
}
.prototip .default .toolbar {
  background: #FFFFFF;
  color:#FFFFFF;
}
.prototip .default .title {
	color:#333333;
	padding: 2px 0 2px 4px;
	border-bottom:#999999 1px solid;		
}
.prototip .default .content { 
  background: #FFFFFF;
  color:#333333;
  padding: 4px;
}