body{
	margin: 0;
}
#nhva {
	display:none;
	/*box-shadow:0px 0px 10px 0px grey;*/
	background-color:#ffffff;
	max-height:800px;
	max-width:400px;
	height:90%;
	width:100%;
	position:fixed;
	z-index:900;
	bottom:0px;
	right:10px;
	text-align:right;
	/*border-radius: 5px 5px 5px 5px;*/
}
#nhvaifrm {
    text-align: center;
    clear: both;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: 65px;
}
#nhfrm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}
#nhvatop {
	background-color: #6153A3;
    width: 100%;
    height: 65px;
    /*border-radius: 5px 5px 0px 0px;*/
}
#nhvalink {
    position: fixed;
    bottom: 12px;
    right: 16px;
    height: 50px;
    width: 115px;
    border: 0px;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    z-index: 10000000;
    background-color: #076291;
    transition: background-color .5s ease;
}
#nhvalink:hover {
	background-color: #27A2DB;
	border-width: 2px;
	border-color:#27A2DB;
	background-image: none;
	color: #ffffff;
}
#nhvalink_text {
    padding-top: 17px;
    padding-left: 40px;
    color: #ffffff;
    font-family: 'GothamBold', sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
#nhvalink_leftimg {
    position: absolute;
    cursor: pointer;
    float: left;
    border: 0px solid #383c99;
    border-radius: 30px;
    font-family: arial;
    width: 40px;
    top: 5px;
    left: 7px;
}
div#nhvabanner {
    width: 100%;
    text-align: center;
}
#nhvabannerimg {
    height: 20px;
    float: left;
	padding-left: 15px;
	padding-top: 22px;
}
img#nhvalogo {
    height: 35px;
    margin-top: 20px;
}
img#nhvabackimg {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
#nhvamin,
#nhvamax,
#nhvaclose
{
    float: right;
    margin-top: 40px;
    margin-right: 12px;
    text-align: center;
    cursor: pointer;
}
img#nhvamin,
img#nhvamax,
img#nhvaclose
{
	height: 17px;
}

/* Small Size START
@supports (-webkit-touch-callout: none) {
	#nhvalink {
		bottom: 50px;
	}
}
@supports not (-webkit-touch-callout: none) {
	#nhvalink {
		bottom: 50px;
	}
}
Small Size END */