	
.PopupSqueeze1-Content {
	width: 675px;
	padding-right:10px;
	max-width: 100%;	
} 

.PopupSqueeze1-Container .fancybox-skin {
	background-repeat: no-repeat;
}


/*
.PopupSqueeze-Content #btnSend
{
	background-color: #a83b26;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	border: 1px solid black;
	width: 120px;
}
*/

.PopupSqueeze1-Container .fancybox-skin 
{
	padding:0px;
	background: transparent;
	box-shadow: none !important;
}

.PopupSqueeze1-Container .fancybox-skin {
	background-color: transparent;
}

.PopupSqueeze1-Container .fancybox-close {   
    right: 0px !important;
    top: 0px !important;   
}

#PopupSqueeze1-Container {
	min-width: 375px;
	min-height: 288px;
}

.PopupSqueeze-Image {

}

#PopupSqueeze-Container input {
	margin-bottom:5px;
}

#PopupSqueeze-Container input[type="button"] {	
	padding:5px;
	margin-top:7px;
}

.PopupSqueeze-Content {
	/*margin-top: 45px;
    padding-top: 55px;
    padding-left: 10px;*/
}

/*
.PopupSqueeze1-Content .email, .PopupSqueeze1-Content .comments {
	width:235px;
}

.PopupSqueeze1-Content .comments {
	height:45px;
}
*/
/* Smartphones (landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 700px) {  	
		
	.PopupSqueeze1-Content {	
		max-width: 100%;	
		height: auto!important;
	}
		
	fancybox-inner {
		height: auto;
	}
	
}

/* Smartphones (landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 640px) {  
	
	
}

/* Smartphones (portrait and landscape) ----------- */  
@media screen and (min-width : 0px) and (max-width : 480px) {  

    body, html
	{
		min-width:320px;		
	}
	.divwrap {
		width: 100%;
		margin: 0;
	}		
	
}  