#autocomparea {
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    font-size: 14px;
    width: 390px;
}
#autocomparea div {
    display: block;
    width: 390px;
    overflow: hidden;
    white-space: nowrap;
}
#autocomparea div.over{ /*  キー上下で選択、マウスオーバ時のスタイル */
    background-color: #EEEEFF;
}

#genres div.selgnr{
	border:1px solid #ccccff;
	line-height:1.8em;
	overflow: auto;
	width:100%;
	height:85%;
}

#genres div.selken{
	background-color: #ffffff;
	border:1px solid #ccccff;
	overflow: auto;
	height:85%;
	font-size:90%;
}
#genres div.selkenvalue{
	cursor:default;
	border-left:1px dotted #ffffff;
	border-right:1px dotted #ffffff;
	border-bottom:1px dotted #ffffff;
	margin:0px 0px 0px 2px;
}

.autocompinputtext{
	width:390px;
}

.lmntextarea{
	width:400px;
}