@charset "utf-8";

/* Common */

.radius_top {padding-top:4px;}

.radius_hdr {font-weight:bold;font-size:13px;padding-left:6px;}

.radius_drop {color:#666666;font-size:10px;}

.radius_submit {color:#666666;font-size:11px;font-weight:bold;}


a.boxpopup{position:relative; cursor: pointer;
	z-index:24; 
	color:#046; 
	text-decoration:underline;}

a.boxpopup:hover{z-index:25; background-color:#FF0; text-decoration:none; cursor: pointer;}

a.boxpopup span{display: none}
a.boxpopup:hover span{         /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:2em; left:0; width:12em;
	padding:.3em;
	border:1px outset #BBB;
	color:#000; background:#FF9;
	text-decoration:none;
	text-align:left;}



/* Small Vertical */

.radius_box_sm {border:solid 1px;border-color:#666666;background-image:url('http://www.househunt.com/img7/bg_radius_search.jpg');background-color:#E3E3E3;width:228px;padding:5px;font-family:arial,helvetica,sans-serif;color:#444444;}

.radius_hdr_sm {font-weight:bold;font-size:13px;padding-bottom:5px;}

.radius_subhdr_sm {vertical-align:top;text-align:right;padding-top:3px;font-weight:bold;font-size:11px;}

.radius_subhdr_sm2 {text-align:right;font-weight:bold;font-size:11px;}

.radius_note_sm {margin-top:-2px;font-size:9px;color:#666666;}

.radius_image_sm {margin-top:-10px;}



/* Horizontal */

.radius_box_hr {border:solid 1px;border-color:#666666;background-image:url('http://www.househunt.com/img7/bg_radius_search.jpg');background-color:#E3E3E3;width:510px;padding:4px;font-family:arial,helvetica,sans-serif;color:#444444;}

.radius_subhdr_hr {font-weight:bold;font-size:11px;}

.radius_note_hr {margin-top:-1px;padding-left:194px;font-size:9px;color:#888888;}

.radius_image_hr {margin-top:-10px;padding-left:194px;}


/* Radius Search Button II */

.button {border: none; background: url('http://www.househunt.com/img7/rs2.gif') no-repeat top left; padding: 2px;}
.button:hover {border: none; background: url('http://www.househunt.com/img7/rs1.gif') no-repeat top left; padding: 2px;}
