﻿.dvPopupPalestras {
	/*background: #ffffff url('../imgBackPopupPalestras.jpg') top left;*/
	background-image: url('../images/imgBackPopupPalestras.jpg');
	border: solid 2px #84c125;
	display: none;
	height: 297px;
	margin: 27px 0px 0px 320px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 250px;
	z-index: 9999;
}

.dvPopupPalestrasSombra {
	background-color: #a8a8a8;
	filter: alpha(opacity=50);
	opacity: .50;
	-moz-opacity: .50;
	height: 297px;
	margin: 37px 0px 0px 330px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	width: 250px;
	z-index: 9998;
}

.dvPopupPalestrasFechar {
	border: solid 0px red;
	cursor: pointer;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}

	#dvPopupPalestrasFechar input {
		background-color: #fff;
		border: none;
	}







