/**
* The style sheet is written with no use of ID's
* That means if you want to change something. You can easily 
* override anything here with just use ID of the element 
* you want to change.
*/

/*
    This file is part of Growyn Search.

    Growyn Search is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Growyn Search is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with Growyn Search.  If not, see <http://www.gnu.org/licenses/>.

 */

/********************************************
* Common for both widget and function call	*
********************************************/
.growyn_from{

}

.growyn_box_option_wrapper{
	
}

.growyn_search_box{
	
}

.growyn_option_wrapper{
	font-size:11px;
}

.growyn_option{
	
}

.growyn_submit{
	width:65px;
}

.growyn_link a{
	
}

.growyn_clear{
	clear:both;
}

/********************************************
* The function call search					*
********************************************/
#growyn_search{
	height:50px;
	width:300px;
}

#growyn_search .growyn_form{
	width:275px;
}

#growyn_search .growyn_box_option_wrapper{
	float:left;
	width:210px;
	height:50px;
}

#growyn_search .growyn_search_box{
	width:200px;
	float:left;
}

#growyn_search .growyn_option_wrapper{
	width:200px;
	float:left;
}

#growyn_search .growyn_submit{
	float:left;
	
}
#growyn_search .growyn_option{

}

#growyn_search .growyn_link{
	float:left;
	font-size:10px;
}

/********************************************
* The widget search							*
********************************************/
#growyn_widget_search{
	
}

#growyn_widget_search .growyn_from{
	
}

#growyn_widget_search .growyn_box_option_wrapper{

}

#growyn_widget_search .growyn_search_box{
	width:90%;
	max-width:200px;
}

#growyn_widget_search .growyn_option_wrapper{
	float:left;
	margin-bottom: 3px;
	width:90%;
	max-width:200px;
}

#growyn_widget_search .growyn_submit{
	float:left;
	margin-top:2px;
}

#growyn_widget_search .growyn_option{
	
}

#growyn_widget_search .growyn_link{
	float:left;
	font-size:12px;
	margin:7px 0 0 15px;
}
