﻿/* 
Style Sheet for the search module.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the search module.
-------------------------------------------------------
Copyright (c) 2011, Chasetheweb.net

Last Updated: Charles Fettinger
 */  

/*////////////////////////////////////////////////////////////////////////////////*/
.glyphicon-search:before, .glyphicon-search {
    color: #fff;
    content: "\e003";
    width: 14px;
    height: 17px;
    background-color: #000;
    padding: 2px 7px 3px 4px;
    margin: 0px 0px 0px -5px;
}
.search-container
{
}
.search-table
{
    float:right;
    padding: 9px 4px 0 0;
}
.search-label-cell
{
	display: none;
}
.search-field-cell
{
	margin: 0;
	padding: 0;
}
.search-button-cell
{
	margin:0;
	padding: 0;
}
.search-label
{
}
.search-field{
    background: #d2d2d2;
    border: none;
    min-height: 24px;
    margin: 0 0px 0 0;
    padding: 0px 0px 0px 5px;
    text-align: left;
    width: 137px;
}

.search-button
{
    /*
	background: #fff;
    background:rgba(255,255,255,0.25);
    */
	padding: 4px;
	min-height: 20px;

}
.search-validation
{
}
