* {
	font-size: 105%;
}

#flame {
	width: 70%;
}

h3 {
	font-size: 100%;
}

#tituloPagina {
	font: Arial;
	font-size: 250%; /*50px;*/
	color: black;
	text-shadow: 0.1em 0.1em 0.2em black;
	padding: 5px;
}

#descricaoPag {
	font: Arial;
	font-style: italic;
	font-size: 105%;
	color: gray;
	text-shadow: 0.1em 0.1em 0.2em black;
	padding: 5px;
}

/* Fazendo caixa de mensagem */
/*p span#info {
	display:none;
}*/

/*p:hover #info {*/
	/*text-align:right;*/
	/*display:block;    /* mostra como bloco */
	/*position: absolute; /* posiciona em relação a tela do monitor */
	/*top:35px; /* distancia para o topo da tela */
	/*right:400px;
	background:#dddddd;
	border-radius:10px;
	-moz-border-radius:10px; /* Old Firefox */
	/*z-index:2;
}*/

#info {
	text-align:left;
	width:35%;
	height:25%;
	/*background:#dddddd;*/
	padding: 5px;
	border:2px solid #a1a1a1;
	border-radius:10px;
	-moz-border-radius:10px;
	z-index:2;
	/*filter:alpha(opacity=80);
	opacity:0.8;*/
}

/*#nomeAno.caixa, #diasDeMissa.caixa, #numServos.caixa, form*/
p , form{
	width: auto;
	height: auto;
	position: relative;
	margin: 10px;
}
/* Fim da caixa */

INPUT#nome {
	color:#B5B5B5;
	/*width:200px;*/
	width: auto;
}

INPUT#nMissa, INPUT#dMes, INPUT#numdSemanaMes, INPUT#dAno1, INPUT#dAno2, INPUT#numSerMissa, INPUT#numSerAdo {
	color:#B5B5B5;
	/*width:40px;*/
	width: 10%;
}

INPUT#ano, INPUT#nome, INPUT#nMissa, INPUT#dMes, INPUT#numdSemanaMes, INPUT#dAno1, INPUT#dAno2, INPUT#numSerMissa, INPUT#numSerAdo {
	text-align:center;
	background:#FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px; /* Old Firefox */
}

INPUT#ano:focus, INPUT#ano:hover, INPUT#nome:focus, INPUT#nome:hover, INPUT#nMissa:focus, INPUT#nMissa:hover, INPUT#dMes:focus, INPUT#dMes:hover, INPUT#numdSemanaMes:focus, INPUT#numdSemanaMes:hover, INPUT#dAno1:focus, INPUT#dAno1:hover, INPUT#dAno2:focus, INPUT#dAno2:hover, INPUT#numSerMissa:focus, INPUT#numSerMissa:hover, INPUT#numSerAdo:focus, INPUT#numSerAdo:hover, INPUT#BotaoAtualizaNome {
	color:#000;
	text-align:center;
	background:#E8E8E8;
	border-radius:10px;
	-moz-border-radius:10px; /* Old Firefox */
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
}

.caixa, select {
	border:2px solid #a1a1a1; 
	background:#dddddd;
	border-radius:25px;
	width:37%;
	-moz-border-radius:25px; /* Old Firefox */
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	z-index:2;
}

h3 {
	margin-bottom:2px;
	margin-top:2px;
}

/*#nomeAno, #diasDeMissa, #numServos {*/
#principal {
	width:50%;
	height:auto;
	padding:10px;
}

#botaoGeral, #botaoGeralMandar {
	/*font-size:350%;
	color:#000;
	text-align:center;
	background:#E8E8E8;
	border: 20%;
	border-radius:30px;
	-moz-border-radius:30px; /* Old Firefox */
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -o-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -ms-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	border: 1px solid #CCCCCE;
	border-radius:30px;
	-moz-border-radius:30px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #616165;
	.display: block;
	font-family: "Trebuchet MS";
	font-size: 150%;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:1px 1px 0 #FFF;
	padding: 5px 15px;
	position: relative;
	width: 30%;
	height: 10%;
	cursor:pointer;
}

#botaoGeral:active, #botaoGeralMandar:active {
	box-shadow: inset 0 0 7px rgba(0, 0, 0, .2);
	top: 4px;
}
