#mascara{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0;
	z-index:9998;
}

#mascara-corpo{
	position:fixed;
	top:50px;
	left:50%;
	margin-left:-200px;
	width:400px;
	background-color:#FFF;
	opacity:0;
	z-index:9999;
	border-radius:3px;
}

#mascara-titulo{
	padding:5px;
	background-color:#505050;
	color:#FFF;
	font-size:18px;
	text-align:center;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	font-weight:bold;
}
#mascara-corpo2{
	padding:15px;
	text-align:center;
}
#mascara-botoes{
	padding:5px;
	background-color:#ECECEC;
	text-align:center;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}



.table-hover tr:hover{
	background-color:#ECECEC !important;
}