
#search form {
	float:left
}
#search form input {
	border:0;
	display:block;
	float:left;
	background:transparent;
}
#search form input#search-phrase {
	width:217px;
	height:21px;
	color:#919191;
	font-size:11px;
}
#search form input#search-submit {
	width:52px;
	height:21px;
	cursor:pointer;
}

#newsletter-container {
	position:relative;
	margin-top:-26px;
	padding-left:10px;
}
#newsletter-form {
	float:left;
	display:block;
}
#newsletter-container form input {
	border:0;
	display:block;
	float:left;
	background:transparent;
}
#newsletter-email {
	width:173px;
	height:21px;
	color:#919191;
	font-size:11px;
}
#add-to-newsletter {
	width:52px;
	height:21px;
	cursor:pointer;
}
#remove-from-newsletter {
	display:block;
	width:40px;
	float:right;
	height:21px;
	cursor:pointer;
}