/*Detailed Search*/
.detailedSearchForm {
    text-align: left;
    width: 100%;
    padding: 10px 5px;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid black;
}



input.detailedSearchForm {
    width: 100%;
    padding: 11px 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    background: #dddddd;
}

textarea.detailedSearchForm {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    background: #dddddd;
}

select.detailedSearchForm {
    width: 100%;
    color: #000;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 10px 5px;
    box-sizing: border-box;
    background: #dddddd;
}



.detailedSearchForm_outer {
    margin: 10px 0px;
    padding: 0px 10px 10px 10px;
    font-family: 'montserratlight';
    text-align: left !important;
    color: black;
    text-transform: uppercase;
}

.detailedSearchForm_outer h2 {
    font-family: 'montserratlight';
    text-align: left !important;
    color: black;
    text-transform: uppercase;
    margin: 0px 0px 4px 0px;
    font-size: 12px;
}


.detailedSearchForm_button,
.yellow-bttn {
    width: 100%;
    background: #ffcc01;
    padding: 11px 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #000;
    border-radius: 0px;
    border: none;
    margin: 20px 0px;
    text-transform: uppercase;
}

.detailedSearchForm_button:hover {
    cursor: pointer;
    background: #ccc;
    color: #333;
}

.frameSpacer {
    margin-top: 35px;
}


.detailedSearchForm option {
    color: black;
}


/*  FOCUS & HOVER  ============================================================================= */
.detailedSearchForm_outer input:focus,
.detailedSearchForm_outer textarea:focus,
.detailedSearchForm_outer select:focus {
    background: #F0F0F0;
    color: #000;
    border: 1px solid #16598d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline-style: none;
}

.detailedSearchForm_outer input.radio:focus,
.detailedSearchForm_outer input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

.detailedSearchForm_outer input.button,
.detailedSearchForm_outer input.button:focus {
    margin: 0;
    padding: 7px 0;
    border: 2px #fff solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}

.detailedSearchForm_outer input.button:hover {
    background: #FBD323;
    color: #00549A;
    text-shadow: none;
    border: 2px #00549A solid;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


/*Detailed Search*/