/**
 * @version: $Id: search.css 804 2011-02-15 13:05:29Z Radek Suski $
 * @package: SobiPro Library
 * ===================================================
 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET
 * ===================================================
 * @copyright Copyright (C) 2006 - 2011 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license see http://www.gnu.org/licenses/lgpl.html GNU/LGPL Version 3.
 * You can use, redistribute this file and/or modify it under the terms of the GNU Lesser General Public License version 3
 * ===================================================
 * $Date: 2011-02-15 14:05:29 +0100 (Tue, 15 Feb 2011) $
 * $Revision: 804 $
 * $Author: Radek Suski $
 * File location: components/com_sobipro/usr/templates/default/css/search.css $
 */

div#SPSearchForm {
	margin: 2px;
	padding: 5px;
}
#SPSearchForm input,
#SPSearchForm textarea,
#SPSearchForm select,
#SPSearchForm button {
	border: 1px solid #ccc;
	padding: 3px;
}

#SPSearchForm input[type=checkbox],
#SPSearchForm input[type=radio]  {
	border-style:none;
}

input.SPSearchBox {
	float: left;
	margin-right: 5px;
}

input#top_button {
	float: left;
	margin-right: 5px;
}

div.SPSearchCell {
	margin-top: 5px;
}

div.SPSearchLabel {
	width: 200px;
	float:left;
}

div.SPSearchSelectRangeFrom,
div.SPSearchSelectRangeTo {
	min-width: 220px;
	float:left;
}

div.SPSearchField {
	float: left;
}

div.SPSearchLabel {
	float: left;
	width: 200px;
}

