/* CSS Document */

*{border: 0;}
#imagens{
    margin: 10px;
    list-style: none;
}
#caixa{
    width: auto;
    height: auto;
    top: 50px;
    left: 250px;
    position: absolute;
    border: 1px solid #006699;
    /*border-top: 20px solid #006699;*/
	padding: 60px 10px 10px 10px;
    background-color: transparent;
	background-image: url(imagem/preenche_top.jpg);
	background-repeat: repeat-x;
    cursor: move;
}
#fechar{
	position: absolute;
	top: 0px;
	right: 0px;
    width: 50px;
    height: 50px;
    font-family: Verdana;
    font-size: 11px;
    background-color: #006699;
	letter-spacing: 0.1em;
	
}
#fechar a{
    color: #FFF;
	text-decoration: none;
}