#nhva {
	display:none;
	box-shadow:0px 0px 20px 0px white;
	background-color:#D12229; /* Background color for VA body */
	max-height:670px;
	max-width:440px;
	height:95%;
	width:100%;
	position:fixed;
	z-index:10000000000;
	bottom:10px;
	right:10px;
	text-align:right;
	box-shadow: 0px 0px 5px 0px grey;
}
#nhvaifrm {
    text-align: center;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 25px;
    background-color:#fff;
}
#nhfrm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}
#nhvatop {
    background-color: #D12229; /* Background color for VA banner */
    width: 100%;
    height: 25px;
}
#nhvalink {
    position: fixed;
    z-index: 899;
    bottom: 30px;
    right: 15px;
    height: 50px;
    border: 0px;
    border-radius: 60px;
    cursor: pointer;
}
#nhvalink_text {
    position: absolute;
    background-color: #D12229; /* Background color for VA button */
    color: white;
    padding: 10px 27px;
    border-radius: 25px;
    font-family: arial;
    cursor: pointer;
}
div#nhvabanner {
    width: 100%;
}
#nhvabannerimg {
    height: 45px;
    max-width: 50%;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}
img#nhvalogo {
    height: 35px;
    margin-top: 20px;
}
img#nhvabackimg {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
#nhvamin,
#nhvamax,
#nhvaclose {
    margin-top: 4px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}
img#nhvamax,
img#nhvaclose {
    height: 20px;
}
img#nhvamin {
    height: 15px;
    margin-bottom: 2px;
}
@media (max-width: 470px)
{
    #nhva {right: 0px;bottom: 0px;}
}