﻿.gsc-control
{ 
    width: 100% !important; 
}

.gsc-search-box
{ 
    width: 600px !important; 
    margin-right: 50px;
}

.gsc-branding-text
{
    display: none;
}

.gsc-branding-img
{
    display: none;
}

.gsc-input input
{
    height: 30px;
    color: #666;
    font-weight: bold;
    font-family: Verdana;
    padding-left: 10px;
    border: solid 1px #008BBE;
    font-size: 16px;
    float: left;
    line-height: 30px;
    margin-bottom: 20px;
}

.gsc-search-button
{
    background: none;
    background-image: url(imagens/btnBuscar.png);
    background-repeat: no-repeat;
    height: 31px;
    color: #008BBE;
    cursor: pointer;
    display: block;
    float: right;
    margin-left: 7px;
    width: 82px;
    margin-bottom: 20px;
}

div.gsc-clear-button
{
    margin-bottom: 20px;
    float: left;
}

.gsc-resultsHeader .gsc-title
{
    color: #990000;
    font-family: Arial, Verdana;
    font-size: 16px;
    margin-left: 8px;
    margin-top: 40px;
}

.gsc-keeper
{
    display: none;
}

.gs-title
{
    color: #000099;
    font-family: Arial, Verdana;
    font-size: 14px;
    text-decoration: none;
}

.gs-title:hover
{
    color: #990000;
}

gsc-results-selector
{
    display: none;
}

gsc-one-result-active
{
    display: none;
}

.gsc-results-selector, gsc-one-result-active
{
    display: none;
}


