@charset "utf-8";
/* CSS Document */

/*páginas de busca e resultado*/
.resultado-busca em{
	color:#707070;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.resultado-busca strong{
	color:#C82062;
	font-size:14px;
	font-weight:bold;
}
.busca {
	float: left;
	position:relative;
	background: url(../_img/bg-box-busca.png) no-repeat top left;
	width: 500px;
	height: 104px;
	display: block;
	margin: 0px 0px 20px 40px;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.ache.com.br/_img/bg-box-busca.png", sizingMethod="crop");
}
.busca p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin:12px 15px;;
	font-weight: bold;
}
.busca label {
	background:url(../_img/bg-input-busca.png) no-repeat left top;
	width: 470px;
	height: 25px;
	display: block;
	float: left;
	margin: 10px 0px 10px 10px;
}
.busca label input.input-busca {
	color: #8c8c8c;
	margin: 5px 10px 10px 5px;
	width: 370px;
	background: none;
	border: none;
}
.busca label select{
	width: 392px;
	height: 23px;
	margin-top: 2px;
	position: absolute;
}
.busca label.selec{
	background: none;
	border: none;
}
.busca input.btn-busca {
	color: #fff;
	background: none;
	border: none;
	padding: 4px 10px 10px 5px;
	font-size: 12px;
	font-weight: bold;
	background:url(../_img/bg-input-button-busca.png) no-repeat left top;
	width: 81px;
	height: 25px;
	display: block;
	float: right;
	margin: -29px 0px 10px -10px;	
	/*_margin: -31px 0px 10px -10px;*/
	cursor: pointer;
	
}
.busca input.btn-busca2 {
	color: #fff;
	background: none;
	border: none;
	padding: 4px 10px 10px 5px;
	font-size: 12px;
	font-weight: bold;
	background:url(../_img/bg-input-button-busca.png) no-repeat left top;
	width: 81px;
	height: 25px;
	display: block;
	float: right;	
	margin: 0px 0px 10px -10px;
	cursor: pointer;
}

p.envia-sucesso {
	color:#C82062;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-top:3px;
}