.textarea{
	position:relative;
	background-color:#FFF;
	border:1px solid #aeaeae;
}

.textarea iframe{
	width:100%;
	height:200px;
}

.textarea .menu{
	position: relative;
	overflow: hidden;
	height: 28px;
	border-bottom: 1px solid #c9c9c9;
	background: url('/i/textarea/menu-bg.png') repeat-x top;
}

.textarea .menu .text_length{
	position:absolute;
	top:3px;
	right:5px;
	font-weight:bold;
}

.textarea .menu_icon{
	float:left;
	position:relative;
	width:28px;
	height:28px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #CDD2D4;
	border-left:none;
	margin-top:-1px;
	background: url('/i/textarea/menu-bg.png') repeat-x top;
}

.textarea .menu_icon:hover{
	background-position: 0 -28px;
}

.textarea .menu_icon:first-child{
	border-top-left-radius:3px;
	border:3px solid red;
}

.textarea .menu_icon .img{
	position:absolute;	
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
}
.textarea .menu_icon.checked{
	background-position:left -56px;
}

.TextareaInserTable input[type=text]{
	width:40px;
}

.TextareaInserTable td:first-child{
	padding-right:10px;
}

.textarea .menu_sep{
	float:left;
	width:8px;
	height:26px;
	overflow:hidden;
}

.textarea .menu_select{
	position:relative;
	float:left;
	padding:1px;
	background-color:#FFF;
	border:1px solid #666;
}
.textarea .menu_select input{
	position:absolute;
	border:0px;
	background:none;
	top:2px;
	left:2px;
	width:1px;
	height:1px;
}
.textarea .menu_select .value {
	position:relative;
	float:left;
	width:100px;	
	height:16px;
}
.textarea .menu_select .arrow {
	float:left;
	height:16px;
	width:16px;
	background: url('//ifrype.com/i/textarea/dropdown.png') no-repeat center center;
	cursor:pointer;
}

.TEXTAREA_MENU_SELECT_value_list{
	position:absolute;
	background-color:Window;
	border:1px solid ThreeDShadow;
	border-top:none;
	z-index: 5;
}
.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;
}

/* +++ icon +++ */
.boldIcon{
	background-image:url('//ifrype.com/i/textarea/bold.png');
}

.italicIcon{
	background-image:url('//ifrype.com/i/textarea/italic.png');
}

.strikethroughIcon{
	background-image:url('//ifrype.com/i/textarea/strikethrough.png');
}

.quoteIcon{
	background-image:url('//ifrype.com/i/textarea/quote.png');
}

.justifyleftIcon{
	background-image:url('//ifrype.com/i/textarea/justifyleft.png');
}

.justifycenterIcon{
	background-image:url('//ifrype.com/i/textarea/justifycenter.png');
}

.justifyrightIcon{
	background-image:url('//ifrype.com/i/textarea/justifyright.png');
}

.justifyfullIcon{
}

.unlinkIcon{ background-image: url('//ifrype.com/i/icons/unlink.png'); }

.h1Icon{
	background-image:url('//ifrype.com/i/textarea/h1.png');
}
.h2Icon{
	background-image:url('//ifrype.com/i/textarea/h2.png');
}
.hrIcon{
	background-image:url('//ifrype.com/i/textarea/hr.png');
}