* {
	font-family: 'Arial Rounded MT Bold', "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
ul, ol, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
html {
	font-size: 75%;
}
body {
	font: 1em/1.5em 'Arial Rounded MT Bold', "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	margin: 0;
	border: 0;
}
FIELDSET {
	border: 0;
}
INPUT {
	font-family: 'Arial Rounded MT Bold', "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 2em;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 2px;
}


#wrapper {
	overflow: hidden;
	margin: 0;
}
#content {
	padding: 10px;
}
	
/* brand bar */
#brand {
	background-color: #6C6C6C;
	margin: 0;
	padding: 0;
}
#brand h1 {
	background: transparent url(/images/inki.gif) no-repeat 10px center;
	height: 60px;
	text-indent: -500em;
	padding: 0;
}
#brand h2 {
	background: transparent url(/images/brand-bg-right.gif) right 4px no-repeat;
	text-indent: -500em;
	height: 96px;
}
/* results */
#find {
	background-color: white;
	float: left;
	overflow: hidden;
}
/* find form */
#find-form {
	height: 150px;
}
#find-form ul {
	list-style: none outside;
	margin-left: 70px;
}
#find-form ul li h2 {
	display: none;
}
#find-form ul li.find {
	list-style: none outside url(/images/label-find.gif);
	margin-top: 5px;
}
#find-form ul li.here {
	list-style: none outside url(/images/label-here.gif);
	margin-top: 15px;
}
#find-form ul li input.main-fields {
	border: 1px solid #666;
	font-size: 2em;
	margin: -5px 4px 4px;
	padding: 2px;
	width: 200px;
}
#find-it {
	background: transparent url(/images/btn-find-it.gif) no-repeat top left;
	border: 0;
	padding: 0;
	margin: 5px 0;
	width: 87px;
	height: 33px;
	text-indent: -500em;
}

#results {

}

/* ** more section** */
ul.listings {
	list-style: none inside none;
}
ul.listings li {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
}
ul.listings li h3 {
	font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
	font-size: 1.5em;
	color: #666;
}

/* WebKit CSS */
a.button {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	text-align:center;
	line-height: 46px; /* will keep the text vertically
				centered on the 46px high button */				

	font-size: 20px;

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
}
a.white.button {
	color: #000;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image: url(/images/whiteButton.png) 0 14 0 14;
}
a.gray.button {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(/images/grayButton.png) 0 14 0 14;
}
a.button:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(/images/blueButton.png) 0 14 0 14;
}

a.last.button {
	margin-top: 10px;
}
div.options-extend {
	padding: 20px 20px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(/images/options-extend.png) repeat-x top left;
}
/* END WebKit CSS */