fieldset {margin:0; padding:10px; border:none;}
fieldset input, fieldset select {background:#fff url(../images/splash_search_fieldbg.jpg) top repeat-x; border:solid 1px #ccc; color:#666; font: 400 12pt 'Roboto', sans-serif; text-align:left; padding:2px; margin:5px; width:30%; display:inline-block; -moz-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;
-moz-box-shadow:    0 4px 5px 0 #CCCCCC;
-webkit-box-shadow: 0 4px 5px 0 #CCCCCC;
box-shadow:         0 4px 5px 0 #CCCCCC;
}
fieldset select:focus, fieldset input:focus {background:#666; color:#fff; text-shadow:1px 1px 0 #000;}

fieldset button {display:block; width:169px; height:43px; background: url(../images/splash_search_tab.png) top no-repeat; color:#fff; text-align:center; font: 500 14pt/43px 'Roboto', sans-serif; cursor:pointer; text-shadow:-1px -1px 0 #000; text-transform:uppercase; border:none; margin:12px auto 0; -moz-border-radius: 10px; border-radius: 10px; padding:0;
-moz-box-shadow:    0 4px 5px 0 #666;
-webkit-box-shadow: 0 4px 5px 0 #666;
box-shadow:         0 4px 5px 0 #666;} 
fieldset button:hover {background-position: center bottom; text-shadow:1px 1px 0 #000;}


/*  QUICK SEARCH  */
form#splash_property_form {width:65%; margin:0 auto; text-align:center; border:solid 4px #ddd; -moz-border-radius: 10px; border-radius: 10px;}

fieldset.property_fieldset select.property_price {width:29%; margin-left:1px;}
