@charset "utf-8";
/* CSS Document */

#d3mls_search {
	border:1px solid black; 
	padding:10px;
	width:560px;
}

.d3mls_search_tabs {
	border:none; 
}

#d3mls_search label {
	width:150px;
	font-weight:bold;
	float:left;
}

#d3mls_search .section {
	padding-bottom:14px;
}

#d3mls_search .row {
	padding-bottom:12px;
}

#d3mls_search select {
	font-size:10px;
	width:300px;
}

#d3mls_search .half select {
	width:98%;
}

#d3mls_search .half label {
	width:300px;
}

#d3mls_search input[type=text] {
	width:300px;
}

#d3mls_search .range input[type=text] {
	width:130px;
}

#d3mls_search .submitButton {
	/*border: 1px solid #f4bb39;*/
	background-color:#000;
	width:100px;
	padding:3px 6px 3px 6px;
	color:#f4bb39;
	font-weight:bold;
}

#d3mls_search h3 {
	padding:12px 0 0 0;
}

#d3mls_search h4 {
	padding:6px 0 0 0;
}
