/* CSS Document 

body{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666
}
h4{
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
* 
* 
* */
#popupRetorno {
	background-color: #000;
	display: none;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 2000;
	height: 100%;
	width: 100%;
}
#msgRetorno {
	background-color: #FFF;
	display: none;
	padding: 20px;
	border: medium solid #999;
	position: fixed;
	z-index: 2500;
	width: 260px;
	top: 40%;
	left: 47%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -130px;
	text-align: center;
}
#abreFoto{
	background-color: #FFF;
	display: none;
	padding: 5px;
	top:50%;
	left: 50%;
	border: medium double #999;
	position: fixed;
	z-index: 2500;
	width: 600px;
	height: 430px;
	text-align: center;
	margin-top: -215px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -300px;
}
#abreFoto .fechar{
	display:block;
	float: right;
	margin-top:5px;
	margin-right: 10px;
	cursor: pointer;
}
