

.sNotify_message {
	width: 650px;
	padding: 20px;
	background-color: #7b0404 ;
	position: absolute;
	display: none;
	right: 190px;
	top: 20px;
	margin-bottom: 50px;
	text-align: justify;
	border: 2px solid #fff;
	height:410px;
	color:white;
	z-index:3;
	
	
	
}

.sNotify_close {
	display: block;
	background-color: red;
	padding: 3px;
	position: absolute;
	top: -5px;
	right: -5px;
	color: white;
	font-weight: bold;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
	z-index:3;
	
}

.imagem {
	width: 350px;
	background-color: black;
	height:350px;
	z-index:3;
	float:right;
	

}
.imagemdv {
	width: 350px;
	height:350px;
}