#conteudo form {
	width: 660px;
	border: 2px dotted #cad8e8;
	padding: 8px;
}
#conteudo form label {
	display: block;
	float: left;
	margin: 0 10px 5px;
	min-height: 40px;
}
#conteudo form span {
	display: block;
	padding-bottom: 4px;
}
#conteudo input, #conteudo textarea {
	border-top: 0 none #fff;
	border-right: 0 none #fff;
	border-bottom: 1px solid #cad8e8;
	border-left: 0 none #fff;
	width: 100%;
	padding: 1px 0;
	background: #f2f6f9;
}
#conteudo form select {
	border-top: 0 none #fff;
	border-right: 0 none #fff;
	border-bottom: 1px solid #cad8e8;
	border-left: 0 none #fff;
	width: 100%;
	background: #f2f6f9;
}
#conteudo form button {
	background: url(../img/padrao/button.jpg) no-repeat;
	width: 100px;
	height: 30px;
	font-weight: bold;
	float: left;
	border: none;
	cursor: pointer;
	color: #295196;
	font-size: 110%;
}
#conteudo form button:hover {
	color: #7f9ec1;
}
#fim {
	width: 640px;
	padding: 0 10px;
	height: 30px;
	text-align: right;
	clear: both;
	background: #FFF;
}
#fim em {
	font-size: 90%;
	line-height: 30px;
}
#pessoa label {
	text-align: center;
	background: #f2f6f9;
}
#pessoa input {
	background: none;
	border: none;
}
#pessoa strong {
	text-transform: uppercase;
	line-height: 2em;
}
.col1 {
	width: 90px;
}
.col2 {
	width: 200px;
}
.col3 {
	width: 310px;
}
.col4 {
	width: 420px;
}
.col5 {
	width: 530px;
}
.col6 {
	width: 640px;
}
