#top-header .search_form {
	float: left;
	width: 100%;
}

#top-header .search_form form,#top-header .search_form form p {
	margin: 0;
	padding: 0;
	text-align: right;
}
#top-header .search_form form p {
	text-align: left;
	float: right;
	padding: 0;
	width: 155px;
	height: 23px;
	background-image: url("../../img/search.png");
	background-position: right top;
	background-repeat: no-repeat;

}

#top-header .search_form form label {
	color: #F3F4F5;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

#top-header .search_form form input.text {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	background-color: transparent;
	line-height: 23px;
	height: 23px;
	width: 120px;
	float: left;

	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

}

#top-header .search_form form input.text:hover,
#top-header .search_form form input.text:active,
#top-header .search_form form input.text:focus {
	outline: 0 none;
}


#top-header .search_form form input.submit {
	/* border: 1px solid #A5A7A9; */
	border: 0;
	height: 23px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	font-size: 0.85em;
	color: rgba(0,0,0, 0);
	color: transparent;
	width: 23px;
	float: left;
}