body{
	background:#F2F3F4 url(left_bg.png) repeat-x;
	border:0px;
	margin:0;
	padding:0;
	text-align:center;
}

div.box_pesquisa{
	display:block;
	text-align:left;
	width:170px;
	margin:0px auto;
	padding-top:20px;
	border:0px solid #ff0000;
}

label{
	float:left;
	text-align:left;
	font: 11px Arial;
	color:#10A1C0;
	font-weight:bold;
	width:160px;
	margin-top:7px;
	margin-bottom:1px;
	margin-left:1px;
}

label.mid{
	width:77px;
	margin-right:5px;
}

select{
	float:left;
	font: 11px Arial;
	color:#10A1C0;
	font-weight:normal;
	width:160px;
	padding:2px;
	line-height:16px;
}

select.mid{
	width:78px;
	margin-right:4px;
}

input.texto{
	float:left;
	font: 11px Arial;
	color:#10A1C0;
	font-weight:normal;
	width:152px;
	padding:2px;
}

input.texto_mid{
	float:left;
	font: 11px Arial;
	color:#10A1C0;
	font-weight:normal;
	width:71px;
	padding:2px;
}

h1{
	font: 16px Arial;
	color:#637E87;
	font-weight:bold;
}

input.pesquisar{
	background:#F2F3F4 url(/images/bt_pesquisar.png);
	border:0px;
	padding:0px;
	float:left;
	font: 11px Arial;
	color:#FFFFFF;
	font-weight:normal;
	width:126px;
	height:33px;
	line-height:20px;
	margin-top:10px;
	cursor:pointer;
	
}

div.overflow_hidden{
	overflow:hidden;
}
