@charset "UTF-8";
/* CSS Document */

.boxPesquisaPais
{
	float:left;
	margin:10px 10px 5px 10px;
}

.boxPesquisaPais h2
{
	float:left;
	margin:10px 10px 5px 10px;
	color:#449434;
	font-size:12px;
	font-weight:bold;
}

.boxPesquisaPais h3
{
	/*float:left;*/
	margin:10px 10px 5px 10px;
	color:#464646;
	font-size:12px;
	font-weight:bold;
}

.boxPesquisaFechar h3
{
	float:right;
	margin:10px 10px 5px 10px;
	color:#464646;
	font-size:12px;
	font-weight:bold;
}

.boxPesquisaPais input[type=text]
{
	float:left;
	width:150px;
	height:18px;
	/*border:#cfe0ac 1px solid;*/
	border:#cee16d 1px solid;
	color:#464646;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	cursor:hand;
	margin:1px 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.boxPesquisaPais input[type=button]
{
	float:left;
	width:30px;
	height:24px;
	background: transparent url(../images/bkg_btn_ok.jpg) center top no-repeat;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	cursor:hand;
	text-transform:uppercase;
}
