/*** SSS related styles ***/
input[type="text"].sss, 
input[type="text"].sssed, 
textarea.sss, 
textarea.sssed {
	color: #f00;
}

input[type="text"].sss.sel,
input[type="text"].sssed.sel,
textarea.sss.sel, 
textarea.sssed.sel {
	color: #00f;
}

textarea.sss {
	height: 1.5em;
}

/*** 検索結果関連 ***/
div.ssslist {
	position: absolute;
	overflow-x: auto;
	overflow-y: none;
	width:800px;
	max-width: 100%;
	height: 200px;
	cursor: default;
}
div.ssslisty {
	width: 100%;
	height: 100%;
	overflow-x: none;
	overflow-y: auto;
}
div.ssslist table {
	position: relative;
	width: 100%;
}
div.ssslist table tr.sel,
div.ssslist table tr.sel td {
	background-color: #DDF !important;
}
