.mtalk_main_panel { 
	position: fixed; 
	bottom: 1px;
	right: 1px;
	z-index: 2;
}
#mtalk_main_panel .button1  {
	padding: 2px 3px;
	color: #FFFFFF;
	background: #499338;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.8);
	font-size: 11px;
	border-radius: 5px;
	border: solid 1px #499338;
	text-decoration: none;
}
#mtalk_main_panel .button1:hover {
	background: #317a1d;
}

#mtalk_friends { padding: 0px 0px;
	width: 200px;
	text-align: center;
}

#mtalk_friends .friend {
	cursor: pointer;
	margin-bottom: 1px;
	text-decoration: none;
	width: 100%;
	font-size: 11px;
	background: #ADCBE7;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #FFFFFF;
	padding: 6px 0px;
}

#mtalk_friends .friend:hover {
	background: #8c94de;
}

#friends_container {
	max-height: 45%;
	overflow-y: scroll;
}

#new_friend_container {
	padding: 2px;
}

.mtalk_text {
	width: 60%;
}

.mtalk_window {
	width: 250px;
	height: 300px;
	padding: 0px;
}

.mtalk_window_top {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	background: #ADCBE7;
	height: 40px;
	padding-top: 10px;
	border-bottom: solid 1px rgb(127,150,240);
}

.mtalk_window_username {
	padding-left: 10px;
	cursor: move;
	border-top-left-radius: 5px;
	border-right: solid 1px rgb(127,150,240);
	width: 80%;
}

.mtalk_window_minimize {
	width: 10%;
	cursor: pointer;
	text-align: center;
	border-right: solid 1px rgb(127,150,240);
}

.mtalk_window_delete {
	text-align: center;
	width: 10%;
	border-top-right-radius: 5px;
	cursor: pointer;
}

.messages_container {
	height: 200px;
	overflow-y: scroll;
}

.mtalk_window_bot {
	width: 100%;
	padding: 2px 0px;
	text-align: center;
	border-top: solid 1px rgb(127,150,240);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 60px;
}

#friends_buttons_container {
	display: inline;
	margin-left: 10px;
}

#friends_buttons_container .friend_button {
	padding: 3px 10px;
	color: #FFFFFF;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.8);
	font-size: 11px;
	margin-left: 15px;
	border-radius: 5px;
	text-decoration: none;
}

#friends_buttons_container .active {
	background: #e8de19;
}

#friends_buttons_container .inactive {
	background: #c7be14;
}

.mtalk_textarea {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 11px;
	border-radius: 5px;
	width: 98%;
	height: 52px;
}

.mtalk_message_1 {
	width: 100%;
	padding-bottom: 5px;
	background: #AFC2E9;
	margin-bottom: 1px;
}

.mtalk_message_2 {
	width: 100%;
	padding-bottom: 5px;
	background: #B7AFE9;
	margin-bottom: 1px;
}

.mtalk_message_username {
	font-size: 9px;
	display: inline-block;
	margin-left: 5px;
}

.mtalk_message_date {
	font-size: 8px;
	float: right;
	display: inline-block;
	margin-right: 5px;
}

.mtalk_message_text {
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	padding-top: 3px;
	margin-left: 12px;
}

.delfriend {
	float: right;
	margin-right: 10px;
	visibility: hidden;
}