﻿/*** Texto ***/

html, body
{
	width: 99%;
	border: none;
	font-family: arial, sans;
	color: #605d5c;
	font-size: 10pt;
	background-color: transparent;
}

.subtitulo {
	color: #329999;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #605d5c;
}


/*** Layout ***/

frameset {
	border: 0 none;
}

div.end {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin-left: -30px;
}

div.lista {
	text-align: center;
}

ul.lista {
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
}

ul.lista li {
	margin: 2px;
	display: inline;
}

img {
	border: 0 none;
}

/*** Forms ***/

label, input, textarea, .descricao {
	float: left;
	display: block;
	margin-bottom: 5px;
}

input, textarea {
	width: 170px;
	border: 1px solid #605d5c;
}

textarea {
	height: 80px;
}

label {
	width: 100px;
	text-align: right;
	padding-right: 20px;
}

input.peq {
	width: 100px;
}

input.file {
	width: 265px;
}

input[type='submit'] {
	margin-top: 20px;
	margin-left: 120px;
}

label.required:after {
	content: "* ";
}

span.descricao {
	padding-left: 10px;
}

br {
	clear: left;
}