.hide-visually{
	visibility: hidden;

}

.len {
	height: auto;
	clear: both;
	float: left;
	width: 110px;
	position: relative;
	left: 15px;
}
.button {
	height: 31px;
	background-color: #F00;
	font-style: normal;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	position: relative;
	left: 485px;
}
.secondLine {
	position: relative;
	top: 120px;
}
.price {
	position: relative;
	left: 130px;
	width: 74px;
	height: 16px;
}
.pricemax {
	position: relative;
	left: 220px;
	width: 74px;
}
.bath {
	position: relative;
	left: 385px;
	width: 73px;
}
.bed {
	position: relative;
	left: 310px;
}
.input{
	height: 31px;
	clear: both;
	left: 130px;
	position: relative;
	width: 350px;
}
.firstLine {
	position: relative;
	top: 50px;
}
.text {
	position: relative;
	top: 100px;
}
.sel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.park {
	position: relative;
	left: 470px;
	width: 60px;
}
.suburb {
	position: relative;
	top: 160px;
}

#main_window_container {
	clear: both; 
	height:800px;
/* 
	position: relative;
    width:100%; 
    margin:0px auto;
 */
}

#main_window_top {
    width:100%;
    height:100px;
    
    /*border:1px #F00 solid;*/
}

#main_window_main {
    width:100%;
    height:650px;
    /*border:1px #F00 solid;*/
}

#main_footer {
	clear: both; 
    width: 100%;
    height:45px;
    /*border:1px #F00 solid;*/
} 
 
#element_left, #element_mid, #element_right{
				float: left;
                width:230px;
                border:1px solid #ddd;
                margin:5px;
                height:540px;
}

#element_left_pt, #element_mid_pt, #element_right_pt{
				float: left;
                width:230px;
                border:1px solid #ddd;
                margin:5px;
                height:490px;
}

#element_left_sv{

				float: left;
                width:230px;
                border:1px solid #ddd;
                margin:5px;
                height:300px;
                margin-left: 20px; 
                margin-top: 20px;

}
#element_right_sv{

				float: left;
                width:230px;
                border:1px solid #ddd;
                margin:5px;
                height:300px;
				margin-left: 110px; 
				margin-top: 20px;
}


select{
	width:145px;
	height:25px
}

#bigsearch{
	height: 36px;
	width:520px;
	line-height:35px;
	font-size:14px;
	border-radius: 4px;
    color: #555555;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	padding-left: 10px;
}

.bigbtn{
	height: 40px;
    width: 75px !important;

}



