#chat{
    margin-bottom: 1%;
    		position: fixed;
    		bottom: 0;
   			background-color:#42a0df; 
  		    width: auto;
			//max-width:250px;
			height:auto;
			right:0;
			border:1px solid red;
			//left:1;
			border-radius:10px 10px 0px 0px ;
			float: right;
			display:none;
			z-index:1000;
		}

/* The Close Button */
			#close {
    		color: white;
   			float: right;
			font-size: 30px;
   		 	font-weight: bold;
			float:right;
			right:3;
			border-radius:40px solid red;
			background-color: light black;
			padding:1px;
			cursor:pointer;
			z-index:1000;
		}

  
		#close:hover,
		#arr:hover,
		#close:focus {
  		color: #000;
    	text-decoration: none;
   		 cursor: pointer;
	
		}
		.abc{
			
   			float: right;
			bottom: 1px;
			right:2px;
			background-color: light black;
			border-radius:10px 10px 0px 0px ;
			cursor:pointer;
			z-index:10001;
			width: 16%;
			height:5%;
			border:1px solid red;
			position: fixed;
			font-size: 12px;
		
		}
		
		#poparrow{
		float: right;
			bottom: 38px;
			right:55px;
			background-color:white;
			border-radius:30px 30px 30px 30px ;
			cursor:pointer;
			z-index:10001;
			//width: 30px;
			//height:20px;
			border:1px solid SILVER;
			position: fixed;
			font-size: 12px;
			color:white;
		
		
		}
		
	