/* wyszukiwarka #root-main > #main-top > .main-search */
.main-search,
.top-info 
{
	background-image: url('../images/decoration/bg-transparent-white.png');
}

.main-search h2,
.main-search p.title
{
	font-size: 22px;
	color: #2f3c5c;
	font-weight: 700;
	padding-bottom: 10px;	
}

/* .main-search form > div, */
.main-search form > div + div > fieldset
{	
	float: left;
}

.main-search form input,
.main-search form select,
.main-search form textarea
 {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #888888;
	font-size: 1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.main-search form  select[name="kategoria"]
{
	width: 100%;
	margin: 0;
}

.main-search form > div.ts1
 {
	position: relative;
	width: 39%;
}

.main-search form > .ts1 > div 
{
	width:100%;
}

.main-search form > .ts1 > div > div 
{
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	width: 48%;
}

.main-search form > .ts1 > div > div + div
{
	float: right;
	margin-bottom: 10px;
} 

.main-search form > div.ts2 
{
	width: 56%;
	margin-left: 5%;
}

.main-search form > .ts1 label {
	/* margin: 8px 0; */
}

.main-search form > div:first-child input
{
	width: 100%;
}

.main-search form > .ts1 > div:first-child input
{
	border: none;
	padding: 0px 30px 0;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.main-search form > div:first-child > div:first-child input:focus {
	outline-style: none;
}


.input-right-desc,
.input-left-desc
 {
	position: absolute;
	top: 0px;
	padding: 11px 5px 8px;
	/*background: #ffffff;*/
	border: none;	
	color: #aaaaaa;
}

.floors-col 
{
	width: 33.333%;
}

.rooms-col,
.bathrooms-col
{
	width: 27%;
}

.garages-col
{
	width: 10%;
}

.floors-col legend,
.rooms-col legend,
.bathrooms-col legend,
.garages-col legend
{
	margin: 8px 0;
}

.input-right-desc 
{
	right: 0px;
}

.input-left-desc 
{
	left: 0px;
}

.main-search form .search-buttons
{
	clear: both;
    float: none;
    padding: 20px 0 0;
    width: 100%;	
}

.main-search form .search-buttons > a
{
    display: block;
    float: left;
    font-size: 1em;
    padding: 16.6px;
}

.main-search form  input[type=text] 
{
	height: 40px;
}

.info-search
{
	width: 60%;
	padding: 70px 5%;
	background: #ffffff;
	margin: 0 auto;
}

.info-search p
{
	text-align: center;
	line-height: 180%;
	font-size: 1.2em;
	font-weight: 700;
}
