body{
	background:#16a085;
	margin:0px;
	height:900px;
	font-family: sans-serif;
}

/* --                   BUTTON UPLOAD FILE -- */
.fileContainer {
    overflow: hidden;
    position: relative;
  	background-color: #fff;
}

.fileContainer [type=file] {
    cursor: pointer;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
  	
} 





.chat_box{
	position:fixed;
	right:20px;
	bottom:0px;
	width:250px;
}
.msg_head{
	background:#f39c12;
	color:white;
	padding:15px;
	font-weight:bold;
	cursor:pointer;
	border-radius:5px 5px 0px 0px;
}
.msg_head{
	background:#3498db;
}

.msg_body{
	text-align:left;
			margin:0 auto;
			margin-bottom:2px;
			padding:10px;
			background:#fff;
			height:350px;
			width:250px;
			border:1px solid #ACD8F0;
			overflow:auto; 
	overflow-x: hidden;
}
.msg_input{
	width:100%;
	border: 1px solid white;
	border-top:1px solid #DDDDDD;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-size:14px;
	resize:none;
}
.minimize{
	float:right;
	cursor:pointer;
	padding-right:5px;
	
}
.msg_a{
	word-wrap: break-word;
	position:relative;
	background:#FDE4CE;
	padding:10px;
	min-height:10px;
	margin-bottom:5px;
	margin-right:10px;
	border-radius:5px;
}/*
.msg_a:before{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent #FDE4CE transparent transparent;
	left:-20px;
	top:7px;
}*/


.msg_b{
	background:#EEF2E7;
	padding:10px;
	min-height:15px;
	margin-bottom:5px;
	position:relative;
	margin-left:10px;
	border-radius:5px;
	word-wrap: break-word;
}/*
.msg_b:after{
	content:"";
	position:absolute;
	width:0px;
	height:0px;
	border: 10px solid;
	border-color: transparent transparent transparent #EEF2E7;
	right: -20px;
	top:7px;
}*/
