body {
	//width: 100%;
	//font-family: Tahoma;
	//font-size: 16px;
	//color: #000;
}

.rChat {
	margin: auto;
	border: 1px solid #000;
	width: 300px;
	height: 380px;
}

.messages {
	height: 320px;
	overflow-y: auto;
}

.rform {
	height: 40px;
	display: none;
	text-align: center;
	padding-bottom: 70px;
	background: #fff;
	border-top: 2px green solid;
    padding-top: 10px;
}

.consent {
	text-align: center;
	font-size: 13px;
	margin-top: -105px;
	
	padding-bottom: 45px;
}
.consent button {
	margin-top: 10px;
	background: #c10b18;
    color: #fff;
    border: 0px;
    padding: 10px 30px;
    border-radius: 30px;
}

.mess_bot {
	background: #638932;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	max-width: 245px;
	margin: 10px;
	padding: 4px;
	border-top-left-radius: 40px;
    padding: 5px 27px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}


.mess_user {
	background: #ececec;
	color: #000;
	max-width: 200px;
	margin: 10px;
	padding: 4px;
	display: inline-block;
	border-radius: 8px;
	font-size: 14px;
	
}

.send_mess_photo {
	display: none;
}
.send_mess_photo input {
	width: 160px;
	float: left;
}

.mess_load {
	display: inline-block;
	max-width: 200px;
	margin: 10px;
	padding: 4px;
}

.mbUser {
	display: block;
	text-align: right;
}