.umail_box_masklayer{
	width: 100%;
	height: 100%;
	position: fixed;
	background: url('./../Images/black80.png');
	top: 0;
	left: 0;
	z-index: 999999991;
	display: none;
}
.umail_box{
	width:520px;
	height: 301px;
	overflow: hidden;
	border-radius: 6px;
	background: url('./../Images/black20.png');
	position: fixed;
	z-index: 999999991;
	display: none;
}
.umail_box_form{
	width:510px;
	height: 291px;
	overflow: hidden;
	border-radius: 4px;
	background-color: white;
	margin: 5px 5px;
}
.umail_box_title{
	width: 100%;
	height: 42px;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
}
.umail_box_body{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.umail_box_foot{
	width: 100%;
	height: 48px;
	overflow: hidden;
	background-color:#00be99; 
}
.umail_icon{
	width: 30px;
	height: 42px;
	background: url('./../Images/umail_icon.png') no-repeat center;
	margin: 0 9px;
	float: left;
}
.umail_title_text_black{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color:#666666;
	float: left;
	margin-right: 9px;
	font-weight: bold;
}
.umail_title_text_ublue{
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color:#00a480;
	float: left;
}
.umail_box_close_btn{
	width: 42px;
	height: 42px;
	line-height: 42px;
	float: right;	
	background: url('./../Images/LT/umail_close.png') no-repeat center;
	cursor: pointer;
}
.umail_box_close_btn:hover{
	background: url('./../Images/LT/umail_close_hover.png') no-repeat center;
}
.text_count_box{
	float: right;
	line-height: 48px;
	height: 48px;
	color: white;
	font-size: 14px;
	margin-right: 16px;
}
.umail_emoji_btn{
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-left: 20px;
	overflow: hidden;
	float: left;
	background: url('./../Images/white_emoji.png') no-repeat center;
	background-color: transparent;
	cursor: pointer;
	border-radius: 10px;
}
.umail_emoji_btn:hover{
	background-color: transparent;
}
.umail_send_btn{
	width: 56px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	background: url('./../Images/btn_send.png') no-repeat center;
	background-color: #016e57;
	float: right;
	margin-right: 10px;
	cursor: pointer;
	margin-top:10px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
}
.umail_send_btn:hover{
	background: none;
	background-color: #00886c;
}
.umail_input_box{
	width: 468px;
	height: 160px;
	margin: 20px 20px;
	overflow: hidden;
	border: 1px solid #c9cd90;
}
.umail_box_loading{
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999;
	position: fixed;
	-moz-user-select:-moz-none;
	-webkit-user-select: none;
	top:0;
	left: 0;
}