div.selects { height:250px; }
div.selects div.column { float:left; padding:0 10px 0 0; }
div.selects div.column label,
div.selects div.column select { display:block; }
div.selects div.column select.hidden { display:none; }
div.selects div.column select { height:200px; }
div.selects div.column select option { text-indent:0.5em; }
div.selects div.column select#select-area { width:8em; }
div.selects div.column select#select-road { width:18em; }
div.selects div.column select#select-ic   { width:12em; }

div.buttons {
	border-bottom:1px solid #999;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
div.buttons a.deactive { cursor:default; color:#ccc; }

div.inputs {
	width: 740px;
}
div.inputs fieldset.column { float:left; border:0; padding:0 1em 0 0; margin:0 10px 0 0; _margin:0 5px 0 0; border-right:1px dotted #666; height:6em; }
div.inputs fieldset.column p { margin:0; padding:0 0 0.5em 0; }
div.inputs fieldset.column legend { font-weight:bold; }
