.memo_input_box_default{
	/*width: 742px;*/
	height: auto;
	line-height: 38px;
	margin: 0 auto 30px auto;
	border: 0;
	border-radius: 0;
	background-color: #1b1b1b;
	color: #333333;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}
.memo_input_box{
	background-color:#424242;
	/*width: 742px;*/
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.memo_input_box_tools{
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	position: relative;
	background-color: #101010;
	border-left: 2px solid #101010;
	border-right: 2px solid #101010;
	border-bottom: 2px solid #101010;
}
.icon_memo_tip_icon{
	/*cursor: pointer;*/
	width: 21px;
	height: 46px;
	position: absolute;
	left: 6px;
	margin-top: 1px;
	background: url('./../Images/memo_tips.png') no-repeat center;
}
.memo_input_box_tip{
	height: 44px;
	line-height: 46px;
	left: 32px;
	position: absolute;
	color:#666666;
	font-size: 14px;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.icon_memo_insert_emoji{
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 196px;
  	top: 13px;
	background: url('./../Images/emoji_open.png') no-repeat center;
}
.icon_memo_insert_emoji:hover{
	background: url('./../Images/emoji_hover.png') no-repeat center;
}
.icon_memo_insert_img{
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 143px;
	top:13px;
	background: url('./../Images/memo_insert_img_extended.png') no-repeat center;
}
.memo_send_btn{
	width: 56px;
	height: 28px;
	background:url('./../Images/btn_send_gray.png') center no-repeat;
	border-radius: 3px;
	background-color: #363636;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
	position: absolute;
	right: 7px;
	top:9px;
	font-size: 14px;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.memo_send_btn_hover{
	background:url('');
	background-color: #00be99;
	font-weight: bold;
}
.memo_send_btn_disabled{
	background:url('./../Images/btn_send_gray.png') center no-repeat;
	background-color: #363636;
}
.icon_memo_insert_link{
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 93px;
	top:13px;
	background: url('./../Images/memo_insert_link_extended.png') no-repeat center;
}
.icon_memo_insert_link:hover{
	background: url('./../Images/memo_insert_link_extended_hover.png') no-repeat center;
}
.panel_img_preview{
	position: absolute;
	width: 140px;
	height: 170px;
	left: 0;
	top: 0;
	z-index: 999;
	display: none;
}
.panel_img_preview_arrow{
	width: 15px;
	height: 8px;
	background: url('./../Images/memo_insertImage_panel_arrow.png') no-repeat center;
	margin: 0 auto;
}
.panel_img_preview_panel{
	width: 140px;
	height: 162px;
	background-color: #00be99;
	border-radius: 5px;
}
.panel_img_preview_box_title{
	height: 32px;
	line-height: 32px;
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	width: 120px;
}
.panel_img_preview_box{
	width: 120px;
	height: 120px;
	margin: 0 auto 0 auto;
	background-color: #424242;
}
.memo_image_mask{
	position: absolute;
	width: 120px;
	height: 120px;
	background: url('./../Images/black80.png');
	top:40px;
	left: 10px;
	display: none;
}
.memo_image_del_btn{
	background: url('./../Images/btn_remove.png') no-repeat center;
	margin: 39px 40px;
	width: 42px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
}
.memo_image_del_btn:hover{
	background: url('./../Images/btn_remove_hover.png') no-repeat center;
}
.memo_upload_image_container{
	display: none;
}
.memo_image{
	margin: 0 auto;
}
.memoEditorInsertLink_masklayer {
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	background-image: url('./../Images/black80.png');
	z-index: 99999999;
	overflow: hidden;
	display: none;
}
.memoEditorInsertLink_loadForm {
	width: 54px;
	height: 51px;
	z-index: 5010;
	display: none;
	margin: 0 auto;
	overflow: hidden;
}
.memoEditorInsertLink_form {
	overflow: hidden;
	position: relative;
	display: block;
	margin: 0 auto;
	cursor: default;
	width: 400px;
	height: 113px;
	background-color: #ffffff;
	border-radius: 5px;
}
.memoEditorInsertLink_form_title{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px dotted #cccccc;
}
.memoEditorInsertLink_formTitleIcon{
	background: url('./../Images/icon_link.png') center no-repeat;
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 5px;
	float: left;
}
.memoEditorInsertLink_form_title_text{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #999999;
	float: left;
	font-weight: bold;
}
.memoEditorInsertLink_form_close{
	float: right;
	background: url('./../Images/btn_icon_close_light.png') center no-repeat;
	width: 20px;
	height: 20px;
	margin-top: 11px;
	margin-right: 11px;
	cursor: pointer;
}
.memoEditorInsertLink_form_close:hover{
	background: url('./../Images/btn_icon_close_light_hover.png') center no-repeat;
}
.memoEditorInsertLink_form_body{
	height: 30px;
	padding: 20px 15px;
}
.memoEditorInputLink{
	height: 28px;
	line-height: 28px;
	background-color: #f9f9f9;
	padding:0 10px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	color: #666666;
	float: left;
	width:273px;
}
.memoEditorSubmitLinkButton{
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: url('./../Images/btn_icon_ok.png') center no-repeat;
	background-color: #00be99;
	float: right;
	border-radius: 4px;
	cursor: pointer;
}
.memoEditorSubmitLinkButton:hover{
	background-color: #00a480;
}