.gfc-resultsHeader .gfc-title
{
    background-position: left;
    color: #333;
   
    font-weight: bold;
    padding: 0 0 0 10px;
    font-family:Microsoft Sans Serif;
    margin-bottom: 5px;
    background-image: url('images/bluesq.png');
    background-repeat: no-repeat;
}
.gfc-resultsbox-visible
{
    display: block;
    padding: 2px;
    
}
.gfc-resultsbox-invisible
{
    display: none;
}
.gfc-results
{
    padding-top: 2px;
    padding-bottom: .2em;
    
    
}
.gfc-result
{
    padding: 6px 6px 6px 6px;
    margin-bottom: .5em;
}
.gfc-result .gf-title
{
    height: 1.4em;
    overflow: hidden;
    font-weight: bold;
    font-family:Microsoft Sans Serif;
    font-size: 1em;
    padding: 2px 0 2px 0;
    color: #81b542;
}
.gf-result .gf-author, .gf-result .gf-spacer, .gf-result .gf-relativePublishedDate
{
    display: inline;
    color: #333;
    padding: 2px 0 2px 0;
  
}
.gf-result .gf-spacer
{
    margin-right: 3px;
    margin-left: 3px;
}
