



div.floater
	{
	}

/* hide \*/
html>body div.floater
	{
	width: 452px;
	height: 350px!important;
	}	
/* end */
	
/* HACK FOR FLOAT MODEL */
div.floater{height: 1%;}
/* hide from id \*/
html>body div.floater{height:auto;}
/* end hide */
/* for gecko
http://www.positioniseverything.net/easyclearing.html */
div.floater:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
	
div.floater-closeup
	{
	display: none;
	}

div.floater a.close
	{
	float:right;
	text-decoration: none;
	background: black;
	font-size: 0.9em;
	display: block;
	color: white;
	padding: 5px 15px;
	}	

div.floater a.close:hover
	{
	background: #FF8C00;
	color:white;
	}	
	
div.floater p,
div.floater h2,
div.floater label
	{
	margin:10px 15px 10px 20%;
	display: block;
	}

div.floater h2
	{
	margin-top:40px;
	}

div.floater label
	{
	display: block;
	color: gray;
	font-size: 0.9em;
	}

	
div.floater-login
	{
	position:absolute;
	top:5%;
	left:15%;
	z-index:2000;
	}
	
div.floater-comunicado
	{
	border:3px solid black!important;
	position: absolute;
	top: 150px;
	left: 15%;
	z-index: 1000;
	width: 380px!important;
	height: 280px!important;
	border:1px solid black;
	background: white url(../images/home/ceee-popup-comunicao.gif) no-repeat;
	padding: 0;
	}