@charset "utf-8";


/* form */
/**************************************/
div#contents form {
	width           : 200px;
	height          : 24px;
	padding         : 3px 0px 0px 5px;
	background      : url(search-bg.gif) left top no-repeat;
}

div#contents input.text {
	position        : relative;
	top             : -5px;
	height          : 10px;
	width           : 120px;
	font-size       : 10px;
}

