img.iconHelpDesk{
    width: 120px;
	z-index: 999999;
	padding: 20px;
	display: block;
}
.iconHelpDesk{
   z-index: 99999999; 
   position: fixed;
   font-size: 14px; 
   right:  3%;
   bottom: 3%;
   text-decoration: none; 
   -webkit-transform-origin: top left; 
   -moz-transform-origin: top left; 
   -o-transform-origin: top left; 
   -ms-transform-origin: top left; 
   transform-origin: top left; 
}
.iconHelpDesk form{
    display: none;
}
.modal{
    top: 70px;
	left:inherit;
	position: fixed;
    z-index: 99999;
	border: none;
	margin:10px;
}
.modal-content {
    background-color:rgba(255,253,253,.00);
    margin: auto;
    width: 400px;
	height: 800px;
	border:none;
	overflow-y:hidden;
	overflow-x: hidden;
}
.iframe{
	padding-left: -20px;
	border: 0px;
	height: 640px;
	width: 360px!important;
}
.close {
    color: #f60;
    float: right;
    font-size: 23px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-left{
	right:inherit!important;	
}
@media only screen and (max-width: 480px) {
	.modal{
		position: fixed;
		left: 0%;
		top: 10%;
		z-index: 99999;
	}
	.iframe{
		width: 90%;
		max-width: 550px;
		height: 100%;
	}
	.iconHelpDesk{
		display: block;
		margin: 20px;
		width: 120px;
		height: 120px;
	}
}