#bubble_tooltip{
	width:176px;
	position:absolute;
	top:180px;
	left:751px;
	/*display:none;*/
    z-index:50;	
}
#bubble_tooltip .bubble_top{
	background-image: url(../img/bubble_top_mod.gif);
	background-repeat:no-repeat;
	height:40px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url(../img/bubble_middle.jpg);
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
	padding-top:4px;
}
#bubble_tooltip .bubble_middle span{

	color:#003469;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url(../img/bubble_bottom_mod.gif);
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:12px;
	position:relative;

}

#bubble_tooltip form {margin:0; padding:0; width:170px;}
#bubble_tooltip form .input_text, #bubble_tooltip form .textarea_text {width:150px; margin:2px 0;font-size:11px;}
#bubble_tooltip form .textarea_text {height:60px;}
.nota {font-size:10px;display:block;}
.error_sf {font-size:10px; color:red; display:block;}
