/* TITLE SEARCH begin */
div.title_search_properties {
   background-image: url(../images/txt/search_properties.gif);
   background-repeat: no-repeat;
   background-position: 10px 35px;
   width: 147px;
   height: 27px;
   display: block;
   padding-top: 25px;
}
div.title_search_properties span {
   display: none;
}
/* TITLE SEARCH end */

/* BTN RESIDENTIAL begin */
.residential {
	width: 140px;
	height: 55px;
	background-image: url(../images/buttons/residential.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
}
.residential a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/residential.gif);
   background-repeat: no-repeat;
   display: block;
}
.residential a:hover {
   background-image: url(../images/buttons/residential_over.gif);
   background-repeat: no-repeat;   
}
.residential a span {
   display: none;
}
/* BTN RESIDENTIAL end */

/* BTN COMMERCIAL begin */
.commercial {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/commercial.gif);
   background-repeat: no-repeat;
   margin-top: 8px;
}
.commercial a {
   width: 140px;
   height: 55px;
   background-image: url(../images/buttons/commercial.gif);
   background-repeat: no-repeat;
   display: block;
}
.commercial a:hover {
   background-image: url(../images/buttons/commercial_over.gif);
   background-repeat: no-repeat;
}
.commercial a span {
   display: none;
}
/* BTN COMMERCIAL end */

/* TITLE FIND AN APARTMENT begin */
div.title_find_apartment {
	background-image: url(../images/txt/find_apartment.gif);
	background-repeat: no-repeat;
	background-position: 10px 35px;
	width: 147px;
	height: 27px;
	display: block;
	padding-top: 25px;
}
div.title_find_apartment span {
	display: none;
}
/* TITLE FIND AN APARTMENT end */

/* TAG begin */
select { width: 123px; }
/* TAG end */

.box {
	background-color: #D5E1EC;
	width: 137px;
	text-align: left;
	padding: 12px 0 0 14px;
	margin-top:10px;
}
.space_box {
	height:100px !important;
	height:79px;
	background-color: #D5E1EC;
	width: 151px;
}
div.space_box input {
   border: 0px;
   padding-top: 10px;  
}