.checkbox {
	width: auto;
	margin-left: 10px;
}

#cursos input {
	width: 200px;
	margin-right: 10px;
}

fieldset {
	border: 1px solid #990000;
	margin: 10px 0;
	padding: 10px;
}

input {
	width: 250px;
}

legend {
	padding: 5px 10px;
	margin-left: 5px;
	color: #990000;
	font-weight: bold;
}

.numero {
	width: 60px;
}

.tabela_padrao td {
	width: 325px;
	padding-right: 25px;
}

.input {
	display: block;
	margin-bottom: 5px;
	height: 20px;
	background-image: url(../../images/forms/campo_dir.png);
	background-position: top right;
}

.input  input, .input select{
	border: 0;
	height: 19px;
	background:transparent;
	width: 95%;
}

.textarea {
	display: block;
	width: 400px;
	margin-bottom: 5px;
	height: 192px;
	background-image: url(../../images/forms/campo_obs_dir.png);
	background-position: top right;
}

.textarea  textarea {
	width: 95%;
	border: 0;
	height: 180px;
	background:transparent;
}


.input  img, .textarea  img{
	position: absolute;
	margin-left: -6px;
}

.input_menor {
	width: 60px;
}

.input_medio {
	width: 220px;
}

.input_medio2 {
	width: 180px;
}

.espacamento {
	padding-left: 20px;
}