.multi_ac{
	position:relative;
	background-color:#fff;
	overflow:hidden;	
	text-align:left;
}
.multi_ac .scroll_content{
	position:relative;
	width:100%;
	height:26px;
	overflow:hidden;
}

.multi_ac input{
	border:none;
	background:transparent;
	padding:0px;
}

.multi_ac .values{
	position:relative;
	top:0px;
	left:0px;
	height:100%;
}

.multi_ac_list{
	position:absolute;
	border:1px solid ThreeDShadow;
	border-top:none; 
	background-color:Window;
	z-index:1001;
	opacity:0.9;	
}

.multi_ac_list .item{
	text-align:left;
	padding:2px;
	white-space:nowrap;
	padding-left:15px;
	background-position:2px center;
	background-repeat:no-repeat;
}

.multi_ac_list .item.hover{
	background-color:Highlight;
	color:HighlightText;
}

.multi_ac td, .multi_ac table{
	margin:0;
	padding:0;
	border-collapse:collapse;
}

.multi_ac .value{
	margin:1px;	
}

.multi_ac .value .l{
	width:10px;
}

.multi_ac .value .l div{
	width:10px;
	height:22px;
	background-image:url('http://ifrype.com/img/new/multi_ac/vl.png');
	background-repeat:no-repeat;
}

.multi_ac .value .m{	
	height:22px;
	background-image:url('http://ifrype.com/img/new/multi_ac/vm.png');
	background-repeat:repeat-x;
}

.multi_ac .value .r{
	width:10px;
}

.multi_ac .value .r div{
	width:10px;
	height:22px;
	background-image:url('http://ifrype.com/img/new/multi_ac/vr.png');
	background-repeat:no-repeat;
}

.multi_ac .value .del{
	cursor:hand;
	cursor:pointer;
	width:15px;
	height:15px;
}

.multi_ac .value .caption{
	position:relative;
	white-space:nowrap;
	overflow:hidden;
}

.multi_ac .scroll_left{
	position:absolute;
	top:2px;
	left:0px;
	height:20px;
	width:20px;
	background-image:url('http://ifrype.com/img/mail/multi_ac/al.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.multi_ac .scroll_right{
	position:absolute;
	top:2px;
	right:0px;
	height:20px;
	width:20px;
	background-image:url('http://ifrype.com/img/mail/multi_ac/ar.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.multiAcText{
	position:absolute;
	top:0px;
	left:0px;
	padding-top:4px;
	padding-left:4px;
	width:100%;
	white-space:nowrap;
}

.multiAcItemDisabled{
	color:#747474;
}

.multiAcItemGroup{
	background-color:#ECECEC;
	color:#700;
}