@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a, a:active, a:visited, a:hover {
	color:#235d6a
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#e8e3cd;
	margin-top: 50px;
	
}
input {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
#str_imagem {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
/*input[type="text"] {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}*/
select {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
textarea {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
files {
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
input [type="file"]{
	background-color: #F8F7EF;
	border: thin solid #BCB396;
}
label.check {
	width: 200px;
	display: block;
	float:left;
	margin-left: 5px;
}

/*Formatação do upload de imagens*/
#pics {
	float: left;
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#picimage {
	text-align: center;	
	float: left;
	width: 100px;
	height: auto;
	margin: 2px;
}
#flashbutton {
	width: 300px;
	height: 100px;
	float: left;
}
#gerarGal {
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 5px;
	padding-top: 20px;
	text-align: center;
}
#msgBox {
	float: left;
	clear: both;
	margin-bottom: 5px;
}
#prgrsMsg {
	float: left;
	clear: both;
	margin-bottom: 5px;
}
/*Fim da fotmatação*/	