div.fondo
{
	position:absolute;
	background-color:#666666;
	top:0px;
	left:0px;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
	z-index:9000;
}

div.container
{
	position:fixed;
	border:1px solid #9EBED8;
	-moz-border-radius: 5px;
	background-color:#FFFFFF;
/*	border-bottom:1px #9EBED8 solid;*/
}

div.bar
{
	float:left;
	width:100%;
	background:url(../elements/bg-floater_bar.gif) repeat-x;
}

div.content
{
	float:left;
	width:100%;
	overflow:hidden;
	background:#FFFFFF url(../elements/bg-floater.gif) repeat-x bottom;
}

div.content iframe
{
	border:none;
}

div.bar .floater_close
{
	background: url(../elements/btn-bar_close.gif) no-repeat right;
	cursor:pointer;
	padding-right: 16px;
	float:right;
	margin-right:10px;
	margin-top:2px;
}

div.bar .floater_title
{
	float:left;
	margin-left:10px;
	margin-top:3px;
	color:#FAFAFA;
	font-size:12px;
	font-weight:bold;
}