.profile-messeges-center {
	width: 100%;
	float: left;
}
.profile-messages {
	width: 100%;
	float: left;
}
.profile-messeges-block {
	width: 100%;
	float: left;
}
.profile-messeges-contacts {
	width: 30%;
	float: left;
	border-right: 1px solid #eee;
	max-height: 450px;
	overflow: auto;
}
.profile-messeges-contacts ul {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.profile-messeges-contacts ul li {
	width: 100%;
	float: left;
	list-style: none;
	padding: 15px;
	background: #ffffff;
	border-bottom: 1px solid #eee;
}
.profile-messeges-contacts ul li:hover {
	background-color: #f6f7f9;
	cursor: pointer;
}
.profile-messeges-contacts ul li img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	margin-right: 15px;
	border: 1px solid #eee;
}
.profile-messeges-chat {
	width: 70%;
	float: left;
	position: relative;
	background: #ffffff;
	padding-bottom: 45px;
}
.profile-messeges-chat-to {
	position: absolute;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 10px;
    background: #ffffff;
}
.profile-messeges-chat-to span {
	font-size: 16px;
	font-weight: bold;
}
.profile-messeges-chat-list {
	padding: 15px;
	overflow: auto;
	height: 100%;
	padding-top: 55px;
}
.profile-messeges-chat-action {
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #eee;
	padding: 10px;
	background: #ffffff;
}
#profile-chat-upload-file {
	display: none;
}