.wmModalFundo
{
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9998;
	opacity: .60;
	-moz-opacity:0.60;
	filter: alpha(opacity=60);
	background-color: black;
}


.wmModalPrincipal
{
	position: absolute;
	display: none;
	width: 50%;
	height: 50%;
	top: 20%;
	left: 25%;
	z-index: 9999;
}

.wmModalBase
{
	position: relative;
	width: 100%;
	height: 100%;
}

.wmModalTitulo
{
	position: relative;
	height: 10%;
	font: normal normal bold 16px Arial sans;
	background-color: white;
}

.wmModalTitulo p
{
	position: relative;
	padding-left: 2%;
	padding-top: 1%;
}

.wmModalFecharDiv
{
	position: absolute;
	left: 94.5%;
	top: 20%;
	width: 20px;
	height: 18px;
	font: normal normal bold 14px Sans Arial;
	text-align: center;
	cursor: pointer;
	color: gray;	
	border: 1px solid silver;
}

.wmModalConteudo
{
	position: relative;
	height: 85%;
	overflow: auto;
	font: normal normal normal 12px Sans Arial;
	background-color: white;
}

.wmModalRodape
{
	position: relative;
	height: 5%;
	background-color: white;
}
