#nhva {
	display:none;
	box-shadow:0px 0px 10px 0px #d1d2d4;
	background-color:#ffffff;
	max-height:520px;
	max-width:400px;
	height:90%;
	width:100%;
	position:fixed;
	z-index:900;
	bottom:0px;
	right:70px;
	text-align:right;
	border-radius: 15px 15px 0px 0px;
}
#nhvamin {
    margin-top: 19px;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
}
img#nhvamin{
	height: 17px;
}
#nhvaclose {
    float: right;
    margin-top: 19px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
}
img#nhvaclose{
	height: 17px;
}
#nhvaifrm {
    text-align: center;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 70px;
}
#nhfrm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}
#nhvatitle {
	float:left;
	height:100px;
	padding-top:2px;
	width:587px;
	padding-right:1px;
	padding-left:10px;
	padding-right:0px;
	margin:0px;
	text-align:left;
	color:#333;
	font:normal normal 18px Arial,verdana,Helvetica,sans-serif;
}
#nhvaavatar {
	height:65px;
	padding-left:15px;
	padding-top:3px;
	float:left;
}
#nhvatop {
	background-color:#fff;
	width:100%;
	height:56px;
	border-radius: 15px 15px 0px 0px;
}
#nhvabanner {
    border-bottom: 3px solid #d1d2d4;
    height: 56px;
}
#nhvalink {
    position: fixed;
    z-index: 899;
    bottom: 0px;
    right: 50px;
    height: 100px;
    width: 100px;
    border: 0px;
}
#nhvalink img {
	height: 73.5px;
	width: 70px;
	cursor:pointer;
	filter: drop-shadow(0px 5px 5px #a1b1bc);
	-webkit-filter: drop-shadow(0px 5px 5px #a1b1bc);
	-ms-filter: drop-shadow(0px 5px 5px #a1b1bc);
}
#chatava {
	height:450px;
	width:400px;
	border:1px solid #d1d2d4;
}

/* Small START */
@media (max-width: 750px)
{
	#nhvalink {
		right: 0px;
	}
	#nhva {
		right: 0px;
	}
}
@media (max-height: 750px)
{
	#nhva {
		height: 80%;
	}
}