@charset "utf-8";

.box {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CEC368;
	background-image: url(../imagens/fundo_box.jpg);
	background-position: center center;
	width: 300px;
	height: 30px;
	margin-bottom: 5px;
}

.box_mensagem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CEC368;
	background-image: url(../imagens/fundo_box.jpg);
	background-position: center center;
	width: 300px;
	height: 50px;
	margin-bottom: 5px;
}

.btn {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CEC368;
	background-image: url(../imagens/fundo_box.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100px;
}
