﻿

.search-form ul.chosen-choices {
    margin: 0;
}

.search-form ul.chosen-results {
    margin: 0 4px 4px 0;
}

.search-form ul li.search-choice {
    margin: 3px 5px 3px 0;
}

.search-form label {
    cursor: pointer;
    font-weight: bold;
    color: black;
}

.search-form span.radiobutton label {
    display: inline;
}

.search-form .cs-box {
    display: block;
    padding: 10px;
    width: 50%;
    float: left;
    border-radius: 5px;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.search-form .cs-box50 {
    width: 50%;
    margin-bottom: 20px;
}

.search-form .cs-box100 {
    width: 100%;
}

.search-form .cs-box.right {
    float: right;
}

.search-form .cs-box.noborder-nopadding {
    padding: 0;
    margin: 0;
    border: none;
}

.search-form .cs-box.marginbottom, select.marginbottom {
    margin-bottom: 10px;
}

.search-form .cs-box.left-padding {
    padding-left: 10px;
}

.search-form input.small-textbox {
    margin: 0 0 0 0;
    display: inline-block;
}

.search-form .disp-block {
    display: block;
}

.search-form .small-label {
    display: inline-block;
}

.search-form input.quantity-textbox {
    margin: 0 0 0 5px;
}

.search-form .margin-top5 {
    margin-top: 5px;
}


.search-form .chosen-results li.item {
    padding-left: 20px;
}

.search-form .chosen-results li.category {
    font-weight: bold;
}

#aspnetForm {
    overflow: visible;
}

#submainleft.combined-search #startleft {
    margin: 0;
    padding: 0;
}

#submainleft.combined-search #no-of-facilities {
    font-size: 1em;
    line-height: 1.8em;
    font-weight: bold;
    margin-bottom: -50px;
}
