





#overlay_form{
	
background: white;
	width:280px;
	min-height: 250px;
	-webkit-box-shadow: 0px -2px 64px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -2px 64px -7px rgba(0,0,0,0.75);
box-shadow: 0px -2px 64px -7px rgba(0,0,0,0.75);

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	
	 position:fixed;
     bottom: 80px;
     right:20px;
	z-index:9999999999;
	

	
}


/*#pop{
	display: block;
    
    border-radius: 100%;
-moz-border-radius:100%;
-webkit-border-radius: 100%;

-webkit-box-shadow: 0px 0px 101px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 101px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 101px -5px rgba(0,0,0,0.75);
	
position:fixed;
     bottom:40px;
     right:10px;
	 z-index:9999999999;
	
}*/


.close_btn
{
	position:absolute; top:-10px; right:-10px;
}






.dyode_chat{
    position: absolute;
    top:-15px;
    right: 0;
    bottom: 0;
    left:10px;
    width:50px;
    height:50px;
    
   
    border-radius: 50%;
    background-color: #f8f8f8;
	display:block;
}

.dyode_chat_img{
    background-size: cover;
	 width:50px;
    height:50px;
 /*border:2px #f39200 solid;*/
border:1px #f39200 solid;
	border-radius: 50%;
	position: absolute;
	
	 display:block;
	
}

.dyode_chat span{
    position: absolute;
    top:20px;
    color:#fff;
    opacity: .6;
    left:60px;
   font-weight:600;
	display:block;
}



.face_text {
	
	text-align:center;
	font-weight: 600;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}



.chat-bg{
	
	width:280px;
	height:120px;
	background-color:#f39200;
	padding:25px 10px 10px 10px;
	

-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
	
-moz-border-radius-topleft:5px	;	
-moz-border-radius-topright:5px	;

border-top-right-radius:5px;
border-top-left-radius:5px;
}

.chat-bg h2{
	margin-top: 30px;
	font-size:13px;
	color:#fff;
	line-height:18px;
	font-weight:500;
	
}

.chat-style-form form {
	padding: 20px 30px;
}



.chat_input {
	
	border:1px #ebd3bd solid;
	min-height:32px;
	border-radius:0;
	margin-bottom:10px;
	font-size:13px;
}

.chat_input:focus
 {
	border-color: #e75854;
	color: #666;
}

.chat_textare {
	
	border:1px #ebd3bd solid;
	min-height:60px;
	border-radius:0;
	margin-bottom:10px;
	font-size:13px;
	resize: none;
}

.chat_textare:focus
 {
	border-color: #e75854;
	color: #666;
}

.chat_submit
 {
	display: block;
	min-height:30px;
	
	width: 100%;
	border: none;
	background: #e75854;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size:13px;
}

.chat_submit:focus
 {
	border:0;
	background-color:#e75854;
    color:#fff;
}

.chat_submit:hover
 {
	border:0;
	background-color:#e75854;
    color:#fff;
}

.btn-bs-file{
    position:relative;
}

.btn-bs-file input[type="file"]{
    position: absolute;
   
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    outline: none;
    cursor: inherit;
	height:35px;
	font-size:13px;
}




