/* Imported CSS
---------------------------------------------------------------------- */
@import url("reset.css");
@import url("base.css");
@import url("brand.css");
@import url("sidebar.css");
@import url("thickbox.css");
/* */



/* CSS Tweaks
---------------------------------------------------------------------- */
form#search {
	float:right;
	background:url(../images/search_field.jpg) top center no-repeat;
	padding:8px 11px 9px 11px;
	margin-right:10px;
	_display:inline;
}
form#search input#s {
	background:none;
	border:none;
	color:#B9B9B9;
	width:122px;
	height:15px;
	font-size:100%;
}
form#search label {
	display:none;
}
#content hr {
	height:2px;
	background:#D5D8CC;
	color:#D5D8CC;
	border:none;
}
/* */
