
/* 
* BASE ==========================================
*/

div#base-landlookup{
	background:none;
	width:450px;
	margin:0 10px;
	float:left;
	}

/* 
* CONTENT ==========================================
*/
		div#base-landlookup div.form{
			height:55px;
			width:480px;
			float:left;
			}
			div#base-landlookup div.form div.form-text{
				float:left;
				width:200px;
				}
			div#base-landlookup div.form div.form-select{
				float:right;
				width:200px;
			}			
			
		div#base-landlookup div.results {
		
		}
		div#base-landlookup div.results div.results-title{
			font-weight:bold;
			margin-bottom:5px;
		}	
		div#base-landlookup div.results div.results-table table{
			padding:0;
			border-spacing:0;
		}
		div#base-landlookup div.results div.results-table li{
			margin-bottom:4px;
			list-style:disc;
			margin-left:20px;
		}
		div#base-landlookup div.results div.results-table li a{
			color:#000;
			}
			div#base-landlookup div.results div.results-table li a:hover{
				color:#fe5b00;
			}
			
			
			
			
			
			
			
			
			
			
