@charset "utf-8";
/* CSS Document */

.search_box {
	background-image: url(../images/search_background.png);
	display: block;
	height: 31px;
	width: 305px;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 7px;
}
.search_box_right {
	background-image: url(../images/search_background.png);
	display: block;
	height: 31px;
	width: 305px;
	text-align: center;
	padding-top: 7px;
	margin-bottom: 7px;
	float:right;
	clear:right;
}