.clear { clear: both;}

.property-search {width: 100%;left: 20px; }
.property-search-caption { border-radius: 5px 5px 0px 0px; -moz-border-radius: 5px 5px 0px 0px; background-color:  #6e0000; color : white; font-weight: bold; padding: 2px 10px; }

.property-search .condition {}
.property-search .condition { font-weight: bold; }
.property-search .number { width: 120px; text-align: right;}
.property-search .buttons{ text-align: left; }
.property-search select { width : 260px; max-width: 100%;margin: 0;}
.property-search .buttons  .button{ border-radius: 5px; -moz-border-radius: 5px; height: 25px; padding: 2px 10px; background: #85162B; color: white; ont-weight: bold; }

.property-search .condition {
width: 134px;
float: left;
margin-right: 13px;
margin-bottom: 10px;
}

.property-search button.btn.btn-primary {
    padding: 0px 11px;
    line-height: 28px;
    background: #2d3252;
    border-radius: 0px !important;
    color: #fff;
        width: 134px;
}

.property-search button.btn.btn-primary:hover {
    background: #fdf200;
    color: #2d3252;
}


.property-search .module-title {
    color: #2d3252 !important;
    font-size: 19px !important;
}