/**
 * @version: $Id: search.css 3491 2013-06-28 08:17:57Z Sigrid Suski $
 * @package: SobiPro Component for Joomla!

 * @author
 * Name: Sigrid Suski & Radek Suski, Sigsiu.NET GmbH
 * Email: sobi[at]sigsiu.net
 * Url: http://www.Sigsiu.NET

 * @copyright Copyright (C) 2006 - 2013 Sigsiu.NET GmbH (http://www.sigsiu.net). All rights reserved.
 * @license GNU/GPL Version 3
 * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3
 * as published by the Free Software Foundation, and under the additional terms according section 7 of GPL v3.
 * See http://www.gnu.org/licenses/gpl.html and http://sobipro.sigsiu.net/licenses.

 * This program 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.

 * $Date: 2013-06-28 10:17:57 +0200 (Fri, 28 Jun 2013) $
 * $Revision: 3491 $
 * $Author: Sigrid Suski $
 */
.spFieldCheckbox label {
  color: #666666;
  float: left;
  margin-top: 5px;
}
.spFieldCheckbox input {
  margin-top: 9px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
}
.spFieldUrlLabel {
  display: block;
  height: 40px;
}
.spFieldUrlLabel label {
  padding-right: 5px;
  color: #666666;
  margin-top: 5px;
  float: left;
}
.spFieldUrl {
  display: block;
}
.spFieldUrl select {
  width: 100px;
}
.spFileUpload input,
.spFieldRadio,
.spFieldCheckbox {
  float: left;
}
.spFieldRadio label {
  color: #666666;
  float: left;
  margin-top: 5px;
}
.spFieldRadio input {
  margin-top: 8px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
}
.SobiPro table.mceLayout {
  border-radius: 3px;
}
.SPSearchInputRangeFrom {
  float: left;
  margin: 3px;
}
