.backgroundPopup {
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000;
	display:none;
	z-index:993;
}
.popupClose {
	position:absolute;
	top:2px;
	right:2px;
	height:28px !important;
	line-height:22px !important;
	color:#1c5f25;
	font-size:15px;
	padding:0 9px 0 10px;
	display:block;
	cursor:pointer;
}
.popup {
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	min-width:360px;
	max-width:700px;
	height:auto;
	background:#ebe9ea;
	display:none;
	z-index:994;
	overflow:hidden;

	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
}
.popup .header {
	background:#f1f1f1;
	border-bottom:1px solid #ddd;
	padding:15px 45px 15px 15px;
}
@media (max-width: 480px) {
	.popup .header {
		padding:10px 45px 10px 15px;
	}
}
.popup .header h5 {
	font-style:normal;
}
.popup .gridPopup {
	border-top:1px solid #f1f1f1;
	padding:15px;
	overflow:hidden;
}


.popup.senha {
	max-width:500px;
}
.popup.senha input {
	width:240px;
}


.popupLista {
	margin:auto;
  	top:0; left: 0; bottom: 0; right: 0;
	width:700px;
	max-height:507px;
}