﻿.modalBackground
{
	background: transparent url(imagens/modalFundo.gif) center repeat;
}
.SECONDMODALBACKGROUND
{
   background-color: gray;   
   filter: alpha(opacity=70);
   opacity:0.7;
}

.topoModal
{
	background-position: right bottom;
	background-image: url(imagens/modalDetalheTopo.jpg);
	width: 550px;
	height: 60px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
