	body.hj-modal-open {
		/*
				    */
		overflow: hidden;
		position: fixed;

		-webkit-overflow-scrolling:touch; overflow:auto;		
	}
	.hj-modal-fade{
		background: rgba(0,0,0,.7);
		position: fixed;
		z-index: 100000000;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10001;
		overflow: scroll;
	}
	.hj-modal-outer .hj-modal-frame-holder{
		position: fixed;
		top: 10px;
		bottom: 10px;
		left: 50%;
		margin-left: -250px;
		background: #fff;
		z-index: 10002;
		width:500px;
		border-radius: 3px;
 -webkit-overflow-scrolling:touch; overflow:auto;
	}
	.hj-modal-frame-inner{
		position: absolute;
		/*
		*height: calc(100% + 1px);
		*/
		top: 55px;
		right: 5px;
		left: 5px;
		bottom: 5px;
		-webkit-overflow-scrolling:touch; 
		overflow:none;
	}
	.hj-modal-outer .hj-modal-frame-holder iframe{
		width: 100%;
		height: 100%;
		border: 0px;
	}
	a:link.hj-modal-close,
	a:hover.hj-modal-close,
	a:visited.hj-modal-close{
		display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff670f+0,d33b0c+100 */
	background: #ff670f; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff670f 0%, #d33b0c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff670f 0%,#d33b0c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff670f 0%,#d33b0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#d33b0c',GradientType=0 ); /* IE6-9 */

		border-radius: 3px;
		margin: 5px;
		padding: 7px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		
	}
	@media screen and (max-width: 500px) {
		.hj-modal-outer .hj-modal-frame-holder{
			top: 0px;
			width: 100%;
			left: 0px;
			margin-left: 0px;
			margin-bottom: 0px;
		}
	}
	@media screen and (max-height: 500px) {
		.hj-modal-outer .hj-modal-frame-holder{
			height: 500px;
			bottom: auto;
			margin-bottom: 10px;
			position: relative;
		}
	}
	@media screen and (min-height: 650px) {
		.hj-modal-outer .hj-modal-frame-holder{
			height: 650px;
			top: 50%;
			margin-top: -325px;
		}		
	}