/*esse css, além do el-user_msg.tpl, é usado pelos:
 el-gallery_view.tpl
 comment_item.tpl*/
.uMsgDate, .uMsgDel, .uMsgAvatar {
	float:left;
}

.uMsgAvatar {
	margin-right:5px;
}

.uMsgAvatar IMG {
	height:50px;
}

.uMsgTxt {
	padding:0 5px 0 0;
	min-height:50px;
}

.uMsgDate, .uMsgDel {
	text-align:center;
	float:right;
	height:3em;
	margin-right:2px;
}

.uMsgAvatar {
	float:left;
}

.uMsgDate {
	font-size:10px;
}

.uUnreadMsgItem {
	border-right:2px solid tomato;	
}

#aCommentSend #uMsgSendInput {
	width:75%;
	background-color:white;
}

#uMsgSendInput {
	height:20px;
	width:80%;
	border-top:2px solid #e9e9e9;
	border-bottom:2px solid #e9e9e9;
	border-left:2px solid #e9e9e9;
	-moz-border-radius:8px 0px 0px 8px;
	background-color:white;
}

#uMsgSendSubmit {
	float:right;
	display:block;
	position:relative;
	left:-2px;
	padding-left:3px;
	height:26px;
	border:0px;
	background-color:#e9e9e9;
	-moz-border-radius:0px 8px 8px 0px;
	cursor:pointer;
}

#uMsgSend {
	margin-top:10px;
	text-align:right;
}

#aCommentSend #uMsgSend {
	margin-right:8px;
}

/*el-gallery-view.tpl*/
.uMsgItem {
	margin-top:5px;
	border-bottom:1px solid #adadad;
	overflow:hidden;
}
