html{}

frameset{}

#floater{
	position:absolute;
	width: 490px;
	height: 461px;
	overflow:hidden;
	z-index:9999;
	top: 20px;
	left: 20px;
	padding: 20px 50px;
	/* margin-top:-240px; */
	/* margin-left:-400px; */
	-webkit-box-shadow: 0 0 20px #666; -moz-box-shadow:0 0 10px #666; 
	box-shadow: 0 0 20px #666; 
	background: #eee;
}
#floater .bt-fechar{
	position:absolute;
	top:5px;
	right:5px;
	z-index:2;
	border:0;
}



#floater > p {
    /* font-weight: bold; */
    font-size: 13px;
}

#floater .title {
    color: #993300;
    margin-bottom: 7px;
}

#floater .subtitle {
    font-size: 13px;
    color: #993300;
}

#floater .close{
    color: #999;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    line-height: 14px;
}