form
{
	float : left;
}

form div > label:first-child
{
	width : 120px;
}
form div > label:first-child + *
{
	margin-top : 5px;
	margin-left : 130px;
}

form div > input[type='submit']:first-child
{
	margin-left : 0;
}

form > div
{
	clear : left;
}

form input[type='radio']
{
	vertical-align : middle;
}

form div.advanced
{
	display : none;
}
form div.advanced.show
{
	display : block;
}
form div.advanced > label:first-child
{
	color : #004080;
}

#toggle_advanced
{
	margin : 10px 0 0;
}

#open_house_goad
{
	position : relative;
	top : -29px;
	left : -276px;
	width : 249px;
	height : 74px;
	
	text-indent : -32767em;
	
	background : transparent url('../../images/search/openhouse.png') no-repeat top left;
	margin-bottom : -74px;
}
#open_house_goad + div
{
	margin-top : 5px;
}

label.auto
{
	width : auto !important;
}
form div #open_house_enable
{
	margin-left : 0;
}