html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
:focus { outline: 0; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

html {
    color: #444;
	font: normal 62.5%/1 helvetica, sans-serif;
	padding: 0px;
	text-align: center;
}

#container {
    width: 600px;
    margin: 12% auto 20px;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

a, a:visited { color: #3a98c9; text-decoration: none; }
a:hover { text-decoration: underline; }

#buffer { display: none; }

.buffer_content { 
	width: 500px;
	overflow: auto; 
}

h1 {
	width: 318px;
	height: 111px;
	margin: 0 auto 4px;
	background: #fff url('../graphics/moxlee_logo.png') no-repeat top left;
	text-indent: -9000px;
}

h2 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px;
	border-bottom: 1px solid #e9e9e9;
}

h3 { margin: 0 0 20px 0; }

form {
	margin: 20px 0;
}

select {
	display: block;
	width: 400px;
	margin: 0 auto 20px;
}

#min_price, #max_price {
	width: 220px;
	margin: 0 10px 15px 30px;
	color: #555;
	padding: 2px;
	float: left;
}

#min_price { margin-right: 40px; }

label {
	font-weight: bold;
	font-size: 1.2em;
	padding-right: 4px;
}

#search_button {
	display: block;
	clear: both;
	margin: 20px auto -5px;
	opacity: .8;
}

#search_button:hover {
	opacity: 1;
}

#footer {
	border-top: 1px solid #e9e9e9;
	padding: 10px;
	font-size: 1em;
	line-height: 1.6em;
}

