.new-help-box {
    background-color: #dddddd;
    box-shadow: 0 0 5px 0 #999;
	cursor: pointer;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 50%;
	color:#fff;
    display: block;
    left: 0;
    position: fixed;
    line-height: 1em;
    vertical-align: middle;
    padding: 7px 15px;
    z-index: 5;
}
	.new-help-box p {
		margin-bottom: 0;
	}
	.new-help-box img {
		vertical-align: top;
		width: 28px;
	}
	
	.fancybox-wrapper-helpbox .fancybox-content {
		max-width: 650px !important;
		max-height: 450px !important;
	}
	
@media screen and (max-width: 768px) {
	.new-help-box {
		bottom: 0;
	}
}