#conteudo form {
	padding: 0 15px;
}
#conteudo fieldset {
	background: url(../img/padrao/brilho.jpg) repeat-x center top #F0F0F0;
	border: none;
	padding: 0 5px 10px;
	position: relative;
	margin-bottom: 10px;
}
#conteudo fieldset legend strong {
	line-height: 22px;
	position: absolute;
	top: 0;
	left: 10px;
	color: #7b8c9c;
}
#conteudo form div {
	margin-top: 30px;
	padding: 3px;	
}
#conteudo form div label {
	float: left;
	margin: 0 5px 5px;
}
#conteudo form span {
	display: block;
	line-height: 20px;
}
#conteudo input, #conteudo select, #conteudo textarea {
	width: 100%;
	color: #666;
	border-top: 0 none #fff;
	border-right: 0 none #fff;
	border-bottom: 1px solid #ddd;
	border-left: 0 none #fff;
	background: #fff;
}
#conteudo select, #conteudo select option {
	height: 17px;
	font-size: 90%;
}
#conteudo input[disabled=disabled] {
	background-color: #ddd;	
}
#conteudo form button {
	float: left;
}
#conteudo form em {
	float: right;
	line-height: 27px;
	font-size: 80%;
	color: #999;
	width: 200px;
	text-align: right;
}
#conteudo form q {
	font-size: 90%;
	font-style: italic;
	line-height: 2em;
}
#conteudo form .checkboxes {
	width: 608px;
	padding: 0;
	margin: 0px;
}
#conteudo form .checkboxes label {
	width: 288px;
	float: left;
	background-color: #fff;
	padding: 3px;
}
#conteudo form .checkboxes input {
	width: auto;
	border: none;
}

.formCol1 {
	width: 66px;
}
.formCol2 {
	width: 142px;
}
.formCol3 {
	width: 218px;
}
.formCol4 {
	width: 294px;
}
.formCol5 {
	width: 370px;
}
.formCol6 {
	width: 446px;
}
.formCol7 {
	width: 522px;
}
.formCol8 {
	width: 598px;
}
.help{padding-top:4px;
position:absolute;
width:150px;
}
