ul#searchResultList li.briefItem a {
	text-decoration: none;
	color: #666;
	word-wrap: break-word;
}
ul#searchResultList li.briefItem:hover {
	background-color: #fefefe;
}
ul#searchResultList li.briefItem {
	margin: 10px -8px;
	padding: 12px;
	border-bottom: 1px solid #aaa;
}

/* public search */
div#banner div.searchKeywordsInItemsWrap {
	display: inline;
    float: right;
    margin-right: 30px;
    margin-top: 40px;
    
}
div.searchKeywordsInItemsWrap form {
}
div.searchKeywordsInItemsWrap div#explain {
	margin-bottom: 12px;
	color: #333;
}
div#banner div.searchKeywordsInItemsWrap input[type=text] {
 background-color: #E4E4E4;
    border-left: 1px solid #818181;
    color: #262626;
     font-size: 0.9em;
    height: 1.13em;
    line-height: 1.13em;
    padding: 1px 0 0 7px;
    width: 131px;
    height: 21px;
}

div#searchPage div.searchKeywordsInItemsWrap, div#searchPage div.advancedSearch {
	width: 460px;
	margin: 8px auto;
}
div#searchPage h2 {
	float: left;
}
div.searchKeywordsInItemsWrap input[type=text], div.advancedSearch input[type=text] {

	background-color: #E4E4E4;
	border-left: 1px solid #818181;
	color: #262626;
	font-size: 1.3em;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0 0 0 7px;
	width: 408px;
	display: block;
	float: left;
}
div.searchKeywordsInItemsWrap {
	margin: auto;
}

div #body div.searchKeywordsInItemsWrap {
	width: 600px;
	margin: auto;
}
div #body div.searchKeywordsInItemsWrap input[type=text] {
	width: 300px;
}
/* search button */
div.search-button {
	display: inline;
}
div#banner div.search-button input {
	height: 26px;
}
div#searchPage div.search-button input {
	height: 32px;
}
div.search-button input {
}

/* !url */
div.urlNote {
	font-size: 12px;
	color: #666;
	margin-left: 4px;
}
ul#searchResultList a.imageUrl:hover {
	text-decoration: underline;
}

/* !item search */
form#itemIdForm {
	float: left;
	margin-left: 24px;
}
form#itemIdForm label {
	display: inline;
	color: #173F65;
	font-size: .9em;
}
form#itemIdForm input[type=text] {
	width: 54px;
	display: inline;
	background-color: #E4E4E4;
	text-align: center;
	color: #b64131;
	font: inherit;
	font-size: 1.2em;
}

/* !advanced menu */
div#searcgPage select.searchType {
	color: red;
	font-size: 14px;
}