/* -------------------------------------------------------------- 
   Search Page Styles  
-------------------------------------------------------------- */
#sign_in {
	position:absolute;
	top:0px;
	right:10px;
	text-align:right;
	font-size:1.2em;
	line-height:1.4em;
}

	#sign_in img {
		vertical-align:middle;
		padding-right:2px;
	}

/* Tabbed Menu */

.tabs {

}
.tabs ul {

list-style:none;
}

	.tabs li {
		float:left;
		background:url('../img/tabs_right.gif') no-repeat right top;
		margin:0 2px 0 4px;
		width:110px;
	}
	
		.tabs a {
			float:left;
			display:block;
			/*position:relative;*/
			left:-4px;
			margin-right:-4px;
			background:url('../img/tabs_left.gif') no-repeat left top;
			padding:2px 3px;
			width:110px;
			text-decoration:none;
			color:#636466;
			font-size:0.85em;
			text-align:center;
		}
		
		.tabs a:hover {
			color:#fff;
			
			
		}
		
		/* not for IE5.x or IE6 */
		.tabs li:hover, .tabs li:hover a, .tabs li.current, .tabs li.current a{
			background-position:100% -49px;
			color:#fff;
		}
		.tabs li:hover a, .tabs li.current a {
			background-position:0 -49px;
		}
		

/* Search Forms */

#search_content {
	float:none;
	clear:both;
	border:1px solid #e47261;
	padding:10px;
	margin-left:1px;
}

	#search_content label {
		width:110px;
	}
	
	#search_content p {
		margin:0.6em 0;
	}

	#search_content fieldset.step {
		background:url('../img/step_one.gif') no-repeat 0 5px;
		padding:5px 5px 5px 15px;
		/*margin-top:-20px;*/
		border-bottom:1px solid #e1e2e3;
		position:relative;
	}
	
	#search_content fieldset.step_two {
		background-image:url('../img/step_two.gif');
	}
	
	#search_content fieldset.step_three {
		background-image:url('../img/step_three.gif');
	}
	
	#search_content fieldset.step_four {
		background-image:url('../img/step_four.gif');
	}

	#search_content fieldset.step_extra {
		background-image:url('../img/plus.gif');
	}
	
	
	#search_content fieldset.step_last {
		border-bottom:0;
	}
	
		#search_content fieldset.step legend {
			color:#231f20;
			/*padding:30px 0px 0px 0px;*/
			margin-left:30px;
			
		}
		
			#search_content fieldset.step legend span {
				font-style:italic;
				font-size:0.7em;
			}
			
	#search_content #or_right {
		position:absolute;
		right:100px;
		top:23px;
	}
			
		#search_content #or_right p.linear {
			float:left;
			clear:none;
			padding-left:50px;
		}
		
	#search_content p.or {
		margin:0;
		line-height:5px;
	}
	
	#search_content .left {
		float:left;
		width:350px;
	}
	
		#search_content .left select {
			width:135px;
		}
		
	#search_content p.buttons {
		clear:both;
		float:none;
		padding-top:10px;
	}
	
	#search_content p.buttons button {
		margin-right:20px;
		position:relative;
		top:8px;
	}
	
	#search_content p.buttons a img {
		padding-right:5px;
		vertical-align:middle;
	}
	
	#search_content .checkboxes {
		padding-left:20px;
	}
	
		#search_content .checkboxes input {
			width:auto;
			border:0;
		}
		
		#search_content .checkboxes label {
			width:auto;
			padding-right:75px;
		}
		
#MoreOptionLink a {
	font-size:1.2em;
	font-weight:bold;
}
		
/* -------------------------------------------------------------- 
   Payment Search Styles  
-------------------------------------------------------------- */

#payment_range_form .heading {
	font-size:1.2em;
}

	#payment_range_form .heading span {
		font-style:italic;
		font-size:0.8em;
	}
	
#payment_range_form input {
	width:122px;
}

#payment_range_form .col {
	float:left;
	padding-left:35px;
}

#payment_range_form .buttons {
	clear:both;
	float:none;
	padding-top:10px;
	text-align:center;
}

	#payment_range_form .buttons a {
		margin:0 10px;
	}
	
#payment_range_form .results p.center {
	text-align:center;
}

#payment_range_form .results input {
	width:175px;
}

#payment_range_form .results label {
	color:#939598;
}

#payment_range_form .results .legend {
	color:#231F20;
	font-weight:bold;
	font-size:1.2em;
	padding-left:35px;
}

	#payment_range_form .results .legend span {
		color:#231F20;
		color:#939598;
		font-size:0.8em;
	}
	
#search_content fieldset.payment_range_form #or_right {
	position:absolute;
	right:50px;
	top:0px;
}

/* -------------------------------------------------------------- 
   Map Search Styles  
-------------------------------------------------------------- */

fieldset.map_search {
	width:233px;
	float:left;
}

	#search_content fieldset.map_search select {
		width:215px;
		margin-bottom:10px;
	}
	
	#search_content fieldset.map_search p.or {
		line-height:0;
		padding-left:50px;
		position:relative;
		bottom:5px;
	}
	
	#search_content fieldset.map_search p.buttons {
		padding-top:0;
	}

form #map {
	float:left;
}


		
/* -------------------------------------------------------------- 
   Agent Search Styles  
-------------------------------------------------------------- */

#agent_search {
	padding-left:25px;
}

	#agent_search .by_name, #agent_search .by_other {
		float:left;
	}
	
	#agent_search .by_name {
		width:375px;
	}
	
		#agent_search .by_name label {
			width:auto;
		}
		
		#agent_search .by_other label {
			width:70px;
		}
		
		#agent_search .by_other p {
			margin:0.5em 0;
		}


