@charset "utf-8";
/* CSS Document */

/* Search Box */


#search_form {
	width:140px;
	margin-top:5px;
	position:relative;
}

#search_box {
	width: 134px;
	height: 20px;
	background: url(_g/search_box.jpg);
	background-repeat:no-repeat;
	position:relative;
 
}
 
#search_box #s {

	padding: 0;
	margin: 4px 3px 0 5px;
	border: 0;
	width: 128px;
	background: none;
	color: #666666;
	font-size:10px;
	position:relative;
 
}
 
#search_box #go {
	float: right;
	margin: -17px -35px 0 0;
	position:relative;
 
}
#search_placement {
	position: relative;
	width: 300px;
	float: right;
	top:205px;
	right:-392px;
	z-index: 1001;

	
}
