.textarea{
	border:1px solid #777;
}

.textarea iframe{
	width:100%;
}

.textarea .menu{
	position:relative;
	background-color:#ccc;	
	padding-top:1px;
	padding-left:1px;
	overflow:hidden;
	height:22px;
	background-image:url('/img/mail/textarea/menu_bg.png');
	background-repeat:repeat-x; 
}

.textarea .menu .text_length{
	position:absolute;
	top:3px;
	right:5px;
	font-weight:bold;
}

.textarea .menu .menu_icon{
	float:left;
	position:relative;
	width:21px;
	height:20px;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
}
.textarea .menu .menu_icon .img{
	position:absolute;	
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.textarea .menu .menu_icon.hover{
	background-color:FFAA00;
}
.textarea .menu .menu_icon.checked{
	background-color:#FC8E00;
}
/*
.textarea .menu .menu_icon.checked.hover{
	background-color:#FFF;
}
*/

.textarea .menu .menu_sep{
	float:left;
	width:6px;
	height:20px;
	overflow:hidden;
}

.textarea .menu .menu_select{
	position:relative;
	float:left;
	padding:1px;
	background-color:#FFF;
	border:1px solid #666;
}
.textarea .menu .menu_select input{
	position:absolute;
	border:0px;
	background:none;
	top:2px;
	left:2px;
	width:1px;
	height:1px;
}
.textarea .menu .menu_select .value{
	position:relative;
	float:left;
	width:100px;	
	height:16px;
}
.textarea .menu .menu_select  .arrow{
	float:left;
	height:16px;
	width:16px;	
	background-image:url('/img/mail/textarea/arrow.gif');
	background-repeat:no-repeat;
	background-position:center center;
	cursor:hand;
	cursor:pointer;
}

.TEXTAREA_MENU_SELECT_value_list{
	position:absolute;
	background-color:Window;
	border:1px solid ThreeDShadow;
	border-top:none;
}
.TEXTAREA_MENU_SELECT_value_list *{
	margin:0;
	padding:0;
}
.TEXTAREA_MENU_SELECT_value_list .list_item{
	padding-left:4px;
	padding-right:4px;
}
.TEXTAREA_MENU_SELECT_value_list .list_item.hover{
	background-color:Highlight;
	color:HighlightText;
}