* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background: #486583; 
}
div.Janela  {
	width: 800px; 
	min-width:650px;
	padding: 20px; 
	margin: auto;
	margin-top: 20px;
	
	text-align: justify;
	height:100%;
	min-height:250px;
	-moz-border-radius: 15px;        
	-webkit-border-radius: 15px;
	border: 2px solid #999;
	background: #FFFFFF url('../images/Fapas.gif') right bottom no-repeat;
}

.Titulo{
	font: 40px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align:center;
	font-style:italic;
	color:#486583;
	margin-bottom:-70px;
}

.Loading{
	width: 100%;
	height:200px;
	background: transparent url('../images/loading.gif') center center no-repeat;
}

a {text-decoration: none; }	

.TituloAlbum {
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font: 20px/18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	font-style:italic;
}
/* #########------------>> Mensagens com Jquery <<------------#########*/
#Mensagens{
	display: none;
	font: bold 12px Arial;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	padding: 10px 10px 10px 45px;
	position: fixed;
	top: 0;
	right: 20px;
	width: 135px;
	z-index: 99999;
}
.jErro, .jAlerta, .jOk, .jLoad{
	background-position: 10px center;
	background-repeat: no-repeat;	
}
.jErro{
	background-color: #FF0000;
	color: #FFFFFF;
	background-image: url('../images/jErro.png');	
}
.jAlerta{
	background-color: #FFFF33;
	color: #0066FF;
	background-image: url('../images/jInfo.png');	
}
.jOk{
	background-color: #000099;
	color: #FFFFFF;
	background-image: url('../images/jOk.png');	
}
.jLoad{
	background-color: #FFFFFF;
	color: #000000;
	background-image: url('../images/jLoad.gif');	
}	