﻿.queryBox
{
    background:#ebeff3;
    width:195px;
    position:absolute;
    right:75px;
    overflow:hidden;
}

.searchButton
{
    cursor:pointer;
    padding-top:5px;
    padding-right:10px; 
    position:absolute;
    right:50px;
}

.SearchGridTitle
{
    width:100%;
    text-align:center;
    margin-bottom:-20px;
    font-weight:bold;
    font-size:125%;
    margin-top:30px;
    border-top:2px solid black;
}

.searchBox
{
    background:#ebeff3;
    width:195px;
    overflow:hidden;
}

#cse-search-results
{
    margin-left:100px;
}
