

#search_con {
	position				: absolute;
	top						: 10px;
	right					: 10px;
	width					: 138px;
	height					: 18px;
	text-align				: left;
	background				: url(../images/bg_search2.png) left top no-repeat;
	}

#mod_search_searchword {
	position				: absolute;
	top						: 2px;
	left					: 5px;
	width					: 130px;
	height					: 14px;
	text-align				: left;
	background				: none;
	border					: 0px solid #000;
	color					: #000;
	font-weight				: bold;
	font-family				: tahoma;
	font-size				: 100%;
	z-index					: 2;
	}

#search_con .button {
	position				: absolute;
	right					: 8px;
	top						: 3px;
	padding-top				: 9999px;
	width					: 30px;
	height					: 18px;
	max-height				: 18px;
	display					: block;
	text-indent				: 9999px;
	border					: 0px;
	overflow				: hidden;
	background				: url(../images/button_search2.png) 0 0 no-repeat;
	z-index					: 2;
	}

#search_con .button:hover {
	background-position		: 0 -18px;
	}

 