﻿/* 
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:20px;

}
.search-container
{
}
.search-table
{
    /*float:right;*/
}
.search-label-cell
{
	display: none;
}
.search-field-cell
{
	margin: 0;
	padding: 0;
}
.search-button-cell
{
	margin:0;
	padding: 0;
}
.search-label
{
}
.search-field
{
	background: #e2e1dd;
	border: none;
	min-height: 25px;
	margin: 0;
}
.search-button
{
    /*
	background: #fff;
    background:rgba(255,255,255,0.25);
    */
	padding: 4px;
	min-height: 20px;
    background-color: rgb(31, 62, 81);

}
.search-validation
{
}
