/*--------------------------------------
 * Forms Module
 * ---------------------------------------*/
form {
	margin: 0px;
	padding: 0px;
	}


fieldset {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	border: none;
	width: 170px;
	}

fieldset h3 {
	height: 20px;
	}
	
fieldset li {
	float: left;
	}


input,
textarea,
select {
	font-size: 12px;
	font-family: "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", 'Hiragino Maru Gothic Pro', "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", verdana, sans-serif;
	border: 3px solid #dcedb2;
	background: #f9ffe9;
	color: #666666;
	}

select {
	color: #3e6401;
	}

input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
	background: #fff;
	}
	
input#search-keyword {
	margin-right: 2px;
	padding: 0px 2px;
	font-size: 12px;
	width: 133px;
	height:1.5em;
	line-height:1.5em;
	}

input#submitBtn {
	padding: 0px;
	border: none;
	background: none;
	line-height: 100%;
	}


	
label {
	}

