#formTitle {
    background-color: #94262c;
    color: white;
    height: 20px;
    width: 770px;
    text-transform: uppercase;
    text-indent: 10px;
    font: 9pt Verdana;
    padding-top: 5px;
    letter-spacing: 2px;
    text-indent: 15px;
    float: left;
}

div.searchForms {
    background-color: #d6d6d6;
    width: 770px;
    min-height: 200px;
    float: left;
    border-bottom: 3px solid #94262c;
}

#regionDesc {
    font: 12px verdana !important;
    height: 230px;
    float: left;
    overflow: auto;
    width: 765px;
    padding-top: 5px;
    padding-left: 5px;
}

#regionDesc span a, #regionDesc span a:visited, #regionDesc span a:active {
    color: #94262c;
    text-decoration: underline;
}

#formMessage {
    float: left;
    font: 12px verdana;
    font-weight: bold;
    color: #94262c;
    text-align: center;
    margin-top: 5px;
    margin-left: 90px;
}

#regionDesc span {
    font-family: verdana !important;
    font-size: 12px !important;
}

#formElmIslandContainer {
    width: 200px;
    font: 8pt verdana;
    font-weight: bold;
    float: left;
    height: 125px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
}

#rightContainer {
    width: 550px;
    float: left;
}

#formElmTypeContainer {
    float: left;
    width: 160px;
    text-align: left;
    font: 8pt verdana;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

fieldset {
    display: block;
    float: left;
    margin-top: 10px;
}

#formElmSearchContainer {
    width: 370px;
    float: left;
    clear: right;
    font: 8pt verdana;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 10px;
}

#formElmRefContainer {
    float: left;
    font: 8pt Verdana;
    color: #94262c;
    font-weight: bold;
    margin-left: 10px;
    width: 530px;
    margin-top: 20px;
}

#frmElmRefId {
    width: 250px;
    float: left;
}

#frmElmKeyword {
    width: 280px;
    float: left;
}

#frmElmRefId label.optional,#frmElmKeyword label.optional {
    display: block;
    float: left;
}

#frmElmSearch {
    float: right;
    margin-right: 12px;
    margin-top: 3px;
}

#frmElmSearch label.optional {
    display: none;
}

input#keyword,input#refId {
    width: 135px;
    border: 1px inset #333;
    margin-left: 5px;
    margin-bottom: 3px;
}

#frmElmMarket {
    margin-bottom: 10px;
}

#frmElmNumBed,#frmElmNumBath {
    margin-top: 5px;
}

#frmElmNumBed label.optional {
    margin-right: 19px;
}

#frmElmNumBath label.optional {
    margin-right: 14px;
}

input#numBed,input#numBath {
    width: 40px;
    border: 1px inset #333;
}

#formElmSearchContainer fieldset {
    border: none;
    color: #000000;
}

#frmElmTo label.optional {
    margin-right: 18px;
}

select#from,select#to {
    width: 105px;
    margin-left: 10px;
}

#frmElmFrom,#frmElmTo {
    width: 155px;
    float: left;
    margin-top: 7px;
}

#frmElmTo {
    margin-left: 40px;
}

label input {
    border: none !important;
}

select#type {
    width: 157px;
}

#formElmNumBed {
    margin-top: 9px;
}

fieldset legend {
    margin-left: -2px;
    color: #000000;
}

#frmElmMarket label,#frmElmZoning label {
    display: block;
    clear: both;
}

input#search {
    width: 65px;
}


/* SEARCH - All Properties By Name Drop Down */
.hiddenMenu { display: none; z-index: -99; }
.shownMenu { display: block; z-index: 99; }

#menuTitleAllProps { cursor: pointer; }