body {
	font: 62.5%/1.4 Arial, Helvetica, Verdana, sans-serif;
}

body {
	font-size: 11px;
}

.header {
	border-bottom: 1px solid #E1962D;
	color: #4F88B0;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
}

.texto {
	color: #808080;
	font-size: 12px;
	line-height: 12px;
	text-align: justify;
}

.texto p {
	margin-bottom: 0px;
	line-height: 16px;
	padding-bottom: 10px;
}

.label {
	color: #4F88B0;
	font-weight: bold;
}

.conteudo_portlet {
	background: #F5F6F7;
	padding: 20px;
}

.table_conteudo {
	width: 100%;
}

.img_sucesso {
	width: 300px;
	padding-bottom: 10px;
}

.info_veiculo {
	font-weight: bold;
	padding-bottom: 4px;
}

.dt_consulta {
	font-size: 13px;
}

#input-placa {
	text-transform: uppercase;
}

input[type="text"],input[type="password"],input[type="file"],input[type="submit"],input[type="button"],input[type="reset"],select,textarea,.textarea,button,.aui-field-input-text
	{
	background-image: url(../img/input_shadow.png);
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}

input {
	background: #FFF;
}

input[type="text"],input[type="password"],input[type="file"],input[type="submit"],input[type="button"],input[type="reset"],select,textarea,.textarea,button,.aui-field-input-text
	{
	background-repeat: no-repeat;
	border: 1px solid;
	border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
	font: 1em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 1px;
}

input[type="submit"],input[type="button"],input[type="reset"],button {
	background: #d4d4d4 url(../img/fundo-botao-laranja.png) repeat-x 0 0;
	border: 0px solid #e1962d;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	overflow: visible;
	padding: 5px;
	width: auto;
}