body{
	margin: 0;
}
#nhva {
	display:none;
	box-shadow:0px 0px 20px 0px white;
	background-color:#ffffff;
	max-height:600px;
	max-width:440px;
	height:100%;
	width:100%;
	position:fixed;
	z-index:10000000000;
	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: 40px;
}
#nhfrm {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0px;
}
#nhvatop {
	background-color: #6153A3;
    width: 100%;
    height: 40px;
    /*border-radius: 5px 5px 0px 0px;*/
}
#nhvalink {
    position: fixed;
    z-index: 899;
    bottom: 25px;
    right: 10px;
    height: 70px;
    width: 135px;
    border: 0px;
    border-radius: 60px;
    cursor: pointer;
	display: none;
}
#nhvalink_text {
    padding-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
    color: white;
    font-family: arial;
    font-size: 14px;
    text-align: center;
}
#nhvalink_leftimg {
	position: absolute;
	cursor: pointer;
	float: left;
}
#nhvalink_rightimg {
    position: absolute;
    cursor: pointer;
    float: right;
	right: 13px;
    bottom: -12px;
	display: none;
}
div#nhvabanner {
    width: 100%;
}
#nhvabannerimg {
    height: auto;
    max-width: 50%;
    float: left;
	padding-left: 15px;
	padding-top: 15px;
}
img#nhvalogo {
    height: 35px;
    margin-top: 20px;
}
img#nhvabackimg {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}
#nhvamin,
#nhvamax,
#nhvaclose {
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    text-align: center;
    cursor: pointer;
}
img#nhvamin,
img#nhvamax,
img#nhvaclose
{
	height: 23px;
}

@media (max-width: 470px)
{
	#nhvalink_leftimg {display: none;}
	#nhvalink_rightimg {display: inline;}
	#nhva {right: 0px;}
}