html, body{
margin:0px;
padding:0px;
}
h1{
	/*margin: 0px !important;
    	padding: 0px !important;*/
margin-top:0px;
}

.componentheading {
    background-color: #313435;
    color: #f0f0f3;
    padding: 10px 20px;
    font-size: 110%;
    text-transform: uppercase;
    width: 100%;	
    position: fixed;
    top:0;
    z-index:999;
    font-weight: bold;
}


.pesquisa{
	margin-top:30px;

}

.navbar-form{
	padding: 25px 20px 5px 20px;
}

.btn-primary{
    border: 1px solid #f79140;
    background-image: url('/templates/ja_portfolio/core/themes/orange-color/images/grad-d1.gif');
    background-color: #f79140;
    /*text-shadow: 0 1px 1px #000;*/
    border-radius:0px;
    }

.btn-primary:hover {
    background-color: #286090;
    border-color: #f79140;
}
    
.results{
	padding: 0px 20px 25px 20px;
}

.results h3{
	padding:10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 90%;

}

.email{
	/*position: absolute;
	bottom: 0px;
	margin-bottom: 5px;*/
	color: #777;
}

.email a{
	color: #f79140;
}

.form-control{ width: 24% !important;}