/* Formulários */

.obrigatorios{
	color:red;
}
.inputGrd{
	width:200px;
	height:15px;
	border:1px #ccc solid;
	color:#666666;
}
.inputMd{
	width:160px;
	height:15px;
	border:1px #ccc solid;
	color:#666666;
}
.inputPqn{
	width:90px;
	height:15px;
	border:1px #ccc solid;
	color:#666666;
}
.inputAno{
	width:50px;
	height:15px;
	border:1px #ccc solid;
	text-align:center;
	color:#666666;
}
.textarea{
	width:200px;
	height:90px;
	border:1px #ccc solid;
	color:#666666;
}
.checkbox{
	border:1px #ccc solid;
}
.input_selecionado{
	border:1px #0099CC solid;
	color:#666666;
}
.exemplos{
	font-size:10px;	
	font-stretch:normal;
	font-style:italic;
	color:#999;
}
hr{
	margin:0 !important;
	padding:0 !important;
	width:100%;
	border: 1px #ccc solid !important;
	height:1px !important;
}
.fundo{
	background-color:#f1f1f1;
	color:#666666;
}