@charset "UTF-8";
/* Form Styling */

#searchTitle {
        margin-top: 0px;
}
h4.formTitle {

}
.formFooter {
        font-size: 10px;
        margin-left:30px;
}

div.formMessage, div.formSuccessMessage {
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 10px;
        width: 80%;
        font-weight: bold;
        background-color: #F1F1F1;
}

div.formSuccessMessage {
        border: 3px double #03C;
        color: #03C;
}

div.formMessage {
        border: 3px double #900;
        color: #900;
}


div.sideTitle {
        float: left;
        width: 62px;
        line-height: 20px;
  font-size: 18px;
}

.formContainer .sideTitle{
        width: 100px;
}

div.sideField {
        float: right;
        text-align:center;
        width: 228px;
}

input{
        width: 226px;
        border:#9b8f80 solid 1px;
  	height: 24px;
}

textarea {
        width: 100%;
        height: 100px;
        border:#9b8f80 solid 1px;
}

select.priceRange{
        text-align:right;
        width: 103px;
}

select{
  font-size: 14px;
  height: 24px;
}

.fieldContainer {
        clear: both;
        margin-top: 5px;
        width: 100%;
}

.sendButton {
        width: 160px;



