﻿.divModal
{
	display: none;
	background: url("../Imagens/Modal.png"); 
	_background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Imagens/Modal.png', sizingMethod='scale');
	position: absolute;
	z-index: 998;
}

#divAlert
{
	display: none;
	position: absolute;
	z-index: 1000;
	width: 300px;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

#divAlertTexto
{
    margin: 10px 10px 10px 10px;
    z-index: 999;
}

#divAlertOk
{
    margin: 10px 10px 10px 10px;
}
