@charset "utf-8";
/*---- short interest form -----*/
#interestShort {position: relative;}
.shortForm input, .conForm input,  .conForm textarea, .conForm select{background: #474447; color: #a0a293; border: none; border: 4px 0;}
.shortForm label{color: #a0a293;}

input.medium {width: 140px;}
input.long, .conForm textarea {width: 283px;}
.conForm textarea {height: 225px;}
input.short {width: 50px;}

#interestBtn {width: 17px; height: 15px; margin: 5px 0 0 10px; padding: 15px 0 0 0; overflow: hidden; border: 0; background: transparent url(../images/submitBtn.gif) top left no-repeat; background-color: none; cursor: pointer; cursor: hand; float: left;}
form>#interestBtn {height: 0;}
/* over label */
div.firstName-field, div.lastName-field, div.email-field {position: relative; float: left; margin-right: 3px; width: 140px;}
div.email-field {width: 283px; margin: 3px 0 10px;}
label.overlabel {color: #a0a293;}
label.overlabel-apply {position: absolute; top: 3px; left: 5px; z-index: 1; color: #a0a293;}

/* --- contact us --- */
.conForm {margin-bottom: 60px;}
#firstNameField, #lastNameField, #emailField, #phoneNum, #realtor, #bedroom, #messageField, #realtorNameField, #submitField { width: 300px; clear: left; margin: 0; padding: 10px 0 10px 0; padding-left: 155px;/*width of left column containing the label elements*/ border-top: 3px double #594F4C; height: 1%;}

.conForm label {float: left; margin-left: -155px; /*width of left column*/ width: 150px; /*width of labels. should be smaller than left column to create some right margin*/}
input.submitBtn {float: right; margin-right: 20px; padding: 5px 7px;}
.submitBtn:hover {background: #b36f31; color:#474447;}